| Package | Description |
|---|---|
| com.ibm.mobilefirstplatform.serversdk.java.push |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
PushNotifications.executePushPostRequest(org.apache.http.client.methods.HttpPost pushPost,
org.apache.http.impl.client.CloseableHttpClient httpClient,
PushNotificationsResponseListener listener) |
static void |
PushNotifications.send(Notification notification,
PushNotificationsResponseListener listener)
Send the given push notification, as configured, to devices using the
Push Notification service.
|
static void |
PushNotifications.sendBulk(Notification[] notifications,
PushNotificationsResponseListener listener) |
protected static void |
PushNotifications.sendResponseToListener(org.apache.http.client.methods.CloseableHttpResponse response,
PushNotificationsResponseListener listener) |
Copyright © 2020. All rights reserved.