![]() |
Notification SDK Server
4.31.0
The Notification SDK Server provides a library to send notification to various devices (iOS and Android)
|
Namespaces | |
namespace | Constants |
namespace | Exceptions |
Data Structures | |
class | Notification |
class | NotificationSDKServer |
class | NotificationInformation |
class | NotificationSDKServerCredentials |
class | NotificationSDKServerSettings |
Functions | |
delegate void | SendNotificationErrorDelegate (int notificationTrackingIdentifier, string vascoNotificationIdentifier, NotificationSDKServerException e) |
delegate void | SendNotificationSuccessDelegate (int notificationTrackingIdentifier, string vascoNotificationIdentifier) |
delegate void Com.Vasco.Digipass.Sdk.Utils.Notification.Server.SendNotificationErrorDelegate | ( | int | notificationTrackingIdentifier, |
string | vascoNotificationIdentifier, | ||
NotificationSDKServerException | e | ||
) |
Callback delegate in case of error while sending a notification.
notificationTrackingIdentifier | the tracking identifier of the corresponding notification ( |
vascoNotificationIdentifier | the VASCO notification identifier of the corresponding notification ( |
e | the exception describing the error |
delegate void Com.Vasco.Digipass.Sdk.Utils.Notification.Server.SendNotificationSuccessDelegate | ( | int | notificationTrackingIdentifier, |
string | vascoNotificationIdentifier | ||
) |
Callback delegate in case of success while sending a notification.
notificationTrackingIdentifier | the tracking identifier of the corresponding notification ( |
vascoNotificationIdentifier | the VASCO notification identifier of the corresponding notification ( |