![]() |
Notification SDK Server
4.34.0
The Notification SDK Server provides a library to send notification to various devices (iOS and Android)
|
▼NOneSpan | |
▼NDigipass | |
▼NSdk | |
▼NUtils | |
▼NNotification | |
▼NServer | |
▼NConstants | |
CNotificationSDKServerErrorCodes | Defines the error codes returned by the NotificationSDKServer |
▼NExceptions | |
CNotificationSDKServerException | This exception is thrown when a problem occurs while using NotificationSDKServer |
CINotificationSDKServer | Provides the entry points for the NotificationSDKServer library:
|
CNotification | The Notification object contains all the elements (title, subject...) to build a notification ready to be sent to the user device. It must be provided to the NotificationSDKServer.SendNotification(string, Notification) method |
CNotificationSDKServer | |
CNotificationSDKServerCredentials | The NotificationSDKServerCredentials object encompasses the customer's credentials necessary to log in to each platform specific push notification services. It must be provided to the NotificationSDKServer constructor |
CNotificationSDKServerSettings | The NotificationSDKServerSettings object contains all the settings related to the NotificationSdkServer. It must be provided to the NotificationSDKServer constructor |