Interface PushCallbackListener
-
- All Implemented Interfaces:
public interface PushCallbackListener
callBack to receive the message sent from push
-
-
Method Summary
Modifier and Type Method Description abstract Unit
onReceive(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
-
-
-
-