All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description Notification The Notification object contains all the elements (title, subject...) to build a notification ready to be sent to the user device.NotificationSDKServer Provides the entry points for the NotificationSDKServer library:NotificationSDKServer(NotificationSDKServerCredentials, NotificationSDKServerSettings, NotificationSDKServerCallbacks)
: contructs the server object;NotificationSDKServer.sendNotification(String, Notification)
: sends a notification to a specific user device;NotificationSDKServer.awaitSendTerminationAndFinish()
: closes remaining tasks according to the object's settings and eventually closes existing connections;NotificationSDKServer.getPayloadLength(Notification, NotificationSDKServerPlatformNames)
: gets the payload length for a specific notification and platform;NotificationSDKServer.getPlatformName(String)
: gets the platform name of a specific user device (NotificationSDKServerPlatformNames
).NotificationSDKServerCallbacks Callbacks to be implemented when sending a notification.NotificationSDKServerCredentials The NotificationSDKServerCredentials object encompasses the customer's credentials necessary to log in to each platform specific push notification services.NotificationSDKServerErrorCodes Defines the error codes returned by the NotificationSDKServer.NotificationSDKServerException This exception is thrown when a problem occurs while using NotificationSDKServer.NotificationSDKServerPlatformNames NotificationSDKServerPlatformNames indicates the common device platform name.NotificationSDKServerProxyTypes Indicates the proxy type to use.NotificationSDKServerSettings The NotificationSDKServerSettings object encompasses the NotificationSDKServer object's specific settings.