Interface BasePushService.BackgroundNotificationInterceptor
-
- All Implemented Interfaces:
public interface BasePushService.BackgroundNotificationInterceptorInterface to intercept push message when message in background. please note: the interceptor work only when enableAutoMessageHandling = true and if want to show a push message, pushNotificationEvent.displayNotification() must be called.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonBackgroundNotificationMessageReceived(BasePushService.PushNotificationEvent pushNotificationEvent)-
-
Method Detail
-
onBackgroundNotificationMessageReceived
abstract Unit onBackgroundNotificationMessageReceived(BasePushService.PushNotificationEvent pushNotificationEvent)
-
-
-
-