| Interface | Description |
|---|---|
| PushNotificationsResponseListener |
Listener interface to be used to specify callbacks for the
PushNotifications.send(Notification, PushNotificationsResponseListener)
method. |
| Class | Description |
|---|---|
| APNs |
Modal class for APNs that specifies the iOS platform settings.
|
| APNs.Builder |
Builder for APNs.
|
| ChromeAppExt |
Modal class for chromeAppExtension, with settings specific to the
ChromeAppExtension browser.
|
| ChromeAppExt.Builder |
Builder for
ChromeAppExt. |
| ChromeWeb |
Modal class for ChromeWeb, with settings specific to the ChromeWeb browser.
|
| ChromeWeb.Builder |
Builder for
ChromeWeb. |
| FCM |
Modal class for FCM, with settings specific to the Android platform.
|
| FCM.Builder |
Builder for
FCM. |
| FCM.FCMLights |
Modal class for FCMLights.
|
| FCM.FCMLights.Builder |
Builder for
FCM.FCMLights |
| FCM.FCMStyle |
Modal class for FCMStyle.
|
| FCM.FCMStyle.Builder |
Builder for
FCM.FCMStyle. |
| FirefoxWeb |
Modal class for FirefoxWeb, with settings specific to the FirefoxWeb browser.
|
| FirefoxWeb.Builder |
Builder for
FirefoxWeb. |
| Message |
Modal class for Message attributes that specifies the content of the
notification message.
|
| Message.Builder |
Builder for
Message. |
| Notification |
The Notification is used to create a new push notification sent using the IBM
IBM Cloud Push Notification service.
|
| Notification.Builder | |
| PushConstants |
The interface for all the constants.
|
| PushConstants.PushServerSDKExceptions | |
| PushMessageModel |
Parent modal class for notification message.
|
| PushMessageModel.Builder |
Builder for
PushMessageModel. |
| PushNotifications |
This class is used to send notifications from a Java server to mobile devices
using the Push Notification service.
|
| SafariWeb |
Modal class for SafariWeb, with settings specific to the SafariWeb platform.
|
| SafariWeb.Builder |
Builder for
SafariWeb. |
| Settings |
Parent Modal class for all platforms optional settings which specifies the
additional properties that can be configured for the notification.
|
| Settings.Builder |
Builder for
Settings. |
| Target |
Modal class for notification target which specifies the recipients of the
notification.
|
| Target.Builder |
Builder for
Target. |
| Enum | Description |
|---|---|
| APNs.Builder.APNSNotificationType |
The available notification types of the APNs notification message.
|
| FCM.Builder.FCMNotificationType |
The available notification types of the FCM notification message.
|
| FCM.Builder.FCMPriority |
Determines the priority of the notification.
|
| FCM.Builder.Visibility |
Determines visibility of the notification.
|
| FCM.FCMLights.Builder.FCMLED |
Determines the LED value in the notifications.
|
| FCM.FCMStyle.Builder.FCMStyleTypes |
The available style type of the
FCM notification message. |
| Target.Builder.Platform |
Determines platforms for notification.
|
Copyright © 2019. All rights reserved.