Interface BasePushService.ForegroundNotificationInterceptor
-
- All Implemented Interfaces:
public interface BasePushService.ForegroundNotificationInterceptorInterface to intercept push message when message in foreground. please note: the interceptor work only when enableAutoMessageHandling = true if want to show a push message, pushNotificationEvent.displayNotification() must be called. or want to show push message on some conditions, pushNotificationEvent.displayNotificationWhen() must be called.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonForegroundNotificationMessageReceived(BasePushService.PushNotificationEvent pushNotificationEvent)-
-
Method Detail
-
onForegroundNotificationMessageReceived
abstract Unit onForegroundNotificationMessageReceived(BasePushService.PushNotificationEvent pushNotificationEvent)
-
-
-
-