Notification SDK Server  4.34.0
The Notification SDK Server provides a library to send notification to various devices (iOS and Android)
Data Structures
Here are the data structures with brief descriptions:
[detail level 12345678]
 NOneSpan
 NDigipass
 NSdk
 NUtils
 NNotification
 NServer
 NConstants
 CNotificationSDKServerErrorCodesDefines the error codes returned by the NotificationSDKServer
 NExceptions
 CNotificationSDKServerExceptionThis exception is thrown when a problem occurs while using NotificationSDKServer
 CINotificationSDKServerProvides the entry points for the NotificationSDKServer library:


 CNotificationThe 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
 CNotificationSDKServerCredentialsThe 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
 CNotificationSDKServerSettingsThe NotificationSDKServerSettings object contains all the settings related to the NotificationSdkServer.
It must be provided to the NotificationSDKServer constructor