Notification SDK Server  4.34.0
The Notification SDK Server provides a library to send notification to various devices (iOS and Android)
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CException
 CNotificationSDKServerExceptionThis exception is thrown when a problem occurs while using NotificationSDKServer
 CIDisposable
 CNotificationSDKServer
 CINotificationSDKServerProvides the entry points for the NotificationSDKServer library:


 CNotificationSDKServer
 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
 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
 CNotificationSDKServerErrorCodesDefines the error codes returned by the NotificationSDKServer
 CNotificationSDKServerSettingsThe NotificationSDKServerSettings object contains all the settings related to the NotificationSdkServer.
It must be provided to the NotificationSDKServer constructor