public class SimplePushHandler
extends java.lang.Object
| Constructor and Description |
|---|
SimplePushHandler()
Private constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
handleSimplePushMessage(android.content.Context context,
boolean shouldDisplayRemoteNotifications,
SimplePushUIConfiguration simplePushUIConfiguration,
java.util.List<ServerNotification> serverNotifications)
Translating Server notification with Simple/Interactive notification into Local Event and fire this event.
|
public SimplePushHandler()
public void handleSimplePushMessage(android.content.Context context,
boolean shouldDisplayRemoteNotifications,
SimplePushUIConfiguration simplePushUIConfiguration,
java.util.List<ServerNotification> serverNotifications)
serverNotifications - Server notifications with Simpe/Interactive Push message.