Notification SDK Server  4.31.0
The Notification SDK Server provides a library to send notification to various devices (iOS and Android)
Com.Vasco.Digipass.Sdk.Utils.Notification.Server Namespace Reference

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)
 

Function Documentation

◆ SendNotificationErrorDelegate()

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.

Parameters
notificationTrackingIdentifierthe tracking identifier of the corresponding notification (
See also
Notification)
Parameters
vascoNotificationIdentifierthe VASCO notification identifier of the corresponding notification (
See also
Notification)
Parameters
ethe exception describing the error

◆ SendNotificationSuccessDelegate()

delegate void Com.Vasco.Digipass.Sdk.Utils.Notification.Server.SendNotificationSuccessDelegate ( int  notificationTrackingIdentifier,
string  vascoNotificationIdentifier 
)

Callback delegate in case of success while sending a notification.

Parameters
notificationTrackingIdentifierthe tracking identifier of the corresponding notification (
See also
Notification)
Parameters
vascoNotificationIdentifierthe VASCO notification identifier of the corresponding notification (
See also
Notification)