public class PushNotificationsDeviceServiceWrapper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected PushNotificationsDeviceService |
service62 |
protected PushNotificationsDeviceService |
service7 |
| Constructor and Description |
|---|
PushNotificationsDeviceServiceWrapper(Session session,
int portalVersion) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
addPushNotificationsDevice(java.lang.String token,
java.lang.String platform) |
org.json.JSONObject |
deletePushNotificationsDevice(java.lang.String token) |
void |
sendPushNotification(org.json.JSONArray toUserIds,
java.lang.String payload) |
protected PushNotificationsDeviceService service7
protected PushNotificationsDeviceService service62
public PushNotificationsDeviceServiceWrapper(Session session,
int portalVersion)
public org.json.JSONObject addPushNotificationsDevice(java.lang.String token,
java.lang.String platform)
throws java.lang.Exception
java.lang.Exceptionpublic org.json.JSONObject deletePushNotificationsDevice(java.lang.String token)
throws java.lang.Exception
java.lang.Exceptionpublic void sendPushNotification(org.json.JSONArray toUserIds,
java.lang.String payload)
throws java.lang.Exception
java.lang.Exception