initNotification abstract method

void initNotification(
  1. HandleMessageFunction handleMessage
)

No need to call. Initialization is called inside the PushHandler.

Implementation

void initNotification(HandleMessageFunction handleMessage);