![]() |
Notification SDK Server
4.34.0
The Notification SDK Server provides a library to send notification to various devices (iOS and Android)
|
Data Structures | |
class | NotificationSDKServerErrorCodes |
Defines the error codes returned by the NotificationSDKServer. More... | |
Enumerations | |
enum class | NotificationSDKServerPlatformNames { UNKNOWN , ANDROID , IOS } |
NotificationSDKServerPlatformNames indicates the common device platform name. More... | |
|
strong |
NotificationSDKServerPlatformNames indicates the common device platform name.
Enumerator | |
---|---|
UNKNOWN | The device platform is not known by the NotificationSDKServer. |
ANDROID | The PlatformType is ANDROID. |
IOS | The PlatformType is IOS. |