public interface MixPushMessageHandler
NIMPushClient| Modifier and Type | Method and Description |
|---|---|
boolean |
cleanMixPushNotifications(int pushType)
Interface used to clear third-party push notifications.
|
boolean |
onNotificationClicked(Context context,
java.util.Map<java.lang.String,java.lang.String> payload)
The callback is triggered when the third-party push notification bar is clicked.
|
boolean onNotificationClicked(Context context,
java.util.Map<java.lang.String,java.lang.String> payload)
context - payload - custom pushPayload IMMessage in IMessageboolean cleanMixPushNotifications(int pushType)