Interface PushCallbackListener
-
- All Implemented Interfaces:
public interface PushCallbackListenercallBack to receive the message sent from push
-
-
Method Summary
Modifier and Type Method Description abstract UnitonReceive(Context context, PushRemoteMessage message)when notification received, this method will be called -
-
Method Detail
-
onReceive
abstract Unit onReceive(Context context, PushRemoteMessage message)
when notification received, this method will be called
- Parameters:
context- application contextmessage- The remote message
-
-
-
-