Package io.rong.push.notification
Class PushMessageReceiver
-
- All Implemented Interfaces:
public class PushMessageReceiver
/~chinese 第三方push状态回调
-
-
Constructor Summary
Constructors Constructor Description PushMessageReceiver()
-
Method Summary
Modifier and Type Method Description final void
onReceive(Context context, Intent intent)
boolean
onNotificationMessageArrived(Context context, PushType pushType, PushNotificationMessage notificationMessage)
boolean
onNotificationMessageClicked(Context context, PushType pushType, PushNotificationMessage notificationMessage)
void
onThirdPartyPushState(PushType pushType, String action, long resultCode)
/~english boolean
handleVoIPNotification(Context context, PushNotificationMessage notificationMessage, String type)
/~english -
-
Method Detail
-
onReceive
final void onReceive(Context context, Intent intent)
-
onNotificationMessageArrived
boolean onNotificationMessageArrived(Context context, PushType pushType, PushNotificationMessage notificationMessage)
-
onNotificationMessageClicked
boolean onNotificationMessageClicked(Context context, PushType pushType, PushNotificationMessage notificationMessage)
-
onThirdPartyPushState
void onThirdPartyPushState(PushType pushType, String action, long resultCode)
/~english
-
handleVoIPNotification
boolean handleVoIPNotification(Context context, PushNotificationMessage notificationMessage, String type)
/~english
-
-
-
-