public class ApplePushNotificationsSender
extends java.lang.Object
implements com.liferay.push.notifications.sender.PushNotificationsSender
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PLATFORM |
Constructor and Description |
---|
ApplePushNotificationsSender() |
Modifier and Type | Method and Description |
---|---|
protected void |
activate(java.util.Map<java.lang.String,java.lang.Object> properties) |
protected java.lang.String |
buildPayload(com.liferay.portal.kernel.json.JSONObject payloadJSONObject) |
protected void |
deactivate() |
void |
send(java.util.List<java.lang.String> tokens,
com.liferay.portal.kernel.json.JSONObject payloadJSONObject) |
public static final java.lang.String PLATFORM
public void send(java.util.List<java.lang.String> tokens, com.liferay.portal.kernel.json.JSONObject payloadJSONObject) throws java.lang.Exception
send
in interface com.liferay.push.notifications.sender.PushNotificationsSender
java.lang.Exception
protected void activate(java.util.Map<java.lang.String,java.lang.Object> properties)
protected java.lang.String buildPayload(com.liferay.portal.kernel.json.JSONObject payloadJSONObject)
protected void deactivate()