Skip navigation links
B C E G I L N O P S U V 

B

build() - Method in class com.ibm.mobilefirstplatform.serversdk.java.push.NotificationBuilder
Build the push notification as configured.

C

com.ibm.mobilefirstplatform.serversdk.java.push - package com.ibm.mobilefirstplatform.serversdk.java.push
 
createPushPostRequest(JSONObject) - Static method in class com.ibm.mobilefirstplatform.serversdk.java.push.PushNotifications
 

E

executePushPostRequest(HttpPost, CloseableHttpClient, PushNotificationsResponseListener) - Static method in class com.ibm.mobilefirstplatform.serversdk.java.push.PushNotifications
 

G

getApplicationIdFromVCAP() - Static method in class com.ibm.mobilefirstplatform.serversdk.java.push.PushNotifications
 
getEnvironmentVariable(String) - Static method in class com.ibm.mobilefirstplatform.serversdk.java.push.PushNotifications
 
getPushSecretFromVCAP() - Static method in class com.ibm.mobilefirstplatform.serversdk.java.push.PushNotifications
 
getValue() - Method in enum com.ibm.mobilefirstplatform.serversdk.java.push.NotificationBuilder.PushNotificationsPlatform
 

I

init(String, String, String) - Static method in class com.ibm.mobilefirstplatform.serversdk.java.push.PushNotifications
Specify the credentials and Bluemix region for your push notification service.
init(String) - Static method in class com.ibm.mobilefirstplatform.serversdk.java.push.PushNotifications
If your application server is running on Bluemix, and your push notification service is bound to your application, you can use this method for initialization which will get the credentials from Bluemix's environment variables.

L

logger - Static variable in class com.ibm.mobilefirstplatform.serversdk.java.push.PushNotifications
 

N

notification - Variable in class com.ibm.mobilefirstplatform.serversdk.java.push.NotificationBuilder
 
NotificationBuilder - Class in com.ibm.mobilefirstplatform.serversdk.java.push
The NotificationBuilder is used to create a new push notification that is going to be sent using the Push Notification service in IBM® Bluemix.
NotificationBuilder(String) - Constructor for class com.ibm.mobilefirstplatform.serversdk.java.push.NotificationBuilder
Create a new NotificationBuilder to help create a new push notification.
NotificationBuilder.APNSNotificationType - Enum in com.ibm.mobilefirstplatform.serversdk.java.push
 
NotificationBuilder.GCMPriority - Enum in com.ibm.mobilefirstplatform.serversdk.java.push
 
NotificationBuilder.PushNotificationsPlatform - Enum in com.ibm.mobilefirstplatform.serversdk.java.push
 

O

onFailure(Integer, String, Throwable) - Method in interface com.ibm.mobilefirstplatform.serversdk.java.push.PushNotificationsResponseListener
This method will be called when anything goes wrong while sending the push notification.
onSuccess(int, String) - Method in interface com.ibm.mobilefirstplatform.serversdk.java.push.PushNotificationsResponseListener
This method will be called when the push notification was successfully sent to the IBM® Bluemix Push Notification service.

P

pushMessageEndpointURL - Static variable in class com.ibm.mobilefirstplatform.serversdk.java.push.PushNotifications
 
PushNotifications - Class in com.ibm.mobilefirstplatform.serversdk.java.push
This class is used to send push notifications from a Java server to mobile devices using the Push Notification service in IBM® Bluemix.
PushNotifications() - Constructor for class com.ibm.mobilefirstplatform.serversdk.java.push.PushNotifications
 
PushNotificationsResponseListener - Interface in com.ibm.mobilefirstplatform.serversdk.java.push
Listener interface to be used to specify callbacks for the PushNotifications.send(org.json.JSONObject, PushNotificationsResponseListener) method.

S

secret - Static variable in class com.ibm.mobilefirstplatform.serversdk.java.push.PushNotifications
 
send(JSONObject, PushNotificationsResponseListener) - Static method in class com.ibm.mobilefirstplatform.serversdk.java.push.PushNotifications
Send the given push notification, as configured, to devices using the Push Notification service.
sendResponseToListener(CloseableHttpResponse, PushNotificationsResponseListener) - Static method in class com.ibm.mobilefirstplatform.serversdk.java.push.PushNotifications
 
setAPNSSettings(Integer, String, String, JSONObject, String, NotificationBuilder.APNSNotificationType) - Method in class com.ibm.mobilefirstplatform.serversdk.java.push.NotificationBuilder
Configure specific Apple Push Notification Service (APNS) settings for iOS devices.
setGCMSettings(String, Boolean, JSONObject, NotificationBuilder.GCMPriority, String, Integer) - Method in class com.ibm.mobilefirstplatform.serversdk.java.push.NotificationBuilder
Configure specific Google Cloud Messaging (GCM) settings.
setMessageURL(String) - Method in class com.ibm.mobilefirstplatform.serversdk.java.push.NotificationBuilder
Set an optional URL to be included with the push notification.
setTarget(String[], String[], NotificationBuilder.PushNotificationsPlatform[], String[]) - Method in class com.ibm.mobilefirstplatform.serversdk.java.push.NotificationBuilder
Specify the targets that will receive the push notification.
SYDNEY_REGION - Static variable in class com.ibm.mobilefirstplatform.serversdk.java.push.PushNotifications
 

U

UK_REGION - Static variable in class com.ibm.mobilefirstplatform.serversdk.java.push.PushNotifications
 
US_SOUTH_REGION - Static variable in class com.ibm.mobilefirstplatform.serversdk.java.push.PushNotifications
 

V

valueOf(String) - Static method in enum com.ibm.mobilefirstplatform.serversdk.java.push.NotificationBuilder.APNSNotificationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.mobilefirstplatform.serversdk.java.push.NotificationBuilder.GCMPriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.mobilefirstplatform.serversdk.java.push.NotificationBuilder.PushNotificationsPlatform
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.ibm.mobilefirstplatform.serversdk.java.push.NotificationBuilder.APNSNotificationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.mobilefirstplatform.serversdk.java.push.NotificationBuilder.GCMPriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.mobilefirstplatform.serversdk.java.push.NotificationBuilder.PushNotificationsPlatform
Returns an array containing the constants of this enum type, in the order they are declared.
B C E G I L N O P S U V 
Skip navigation links

Copyright © 2017. All rights reserved.