Notification SDK Server  4.34.0
The Notification SDK Server provides a library to send notification to various devices (iOS and Android)
OneSpan.Digipass.Sdk.Utils.Notification.Server.Constants Namespace Reference

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...
 

Enumeration Type Documentation

◆ NotificationSDKServerPlatformNames

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.