Notification SDK Server  4.34.0
The Notification SDK Server provides a library to send notification to various devices (iOS and Android)
INotificationSDKServer.cs File Reference

Data Structures

interface  INotificationSDKServer
 Provides the entry points for the NotificationSDKServer library:


More...

 

Namespaces

namespace  OneSpan
 
namespace  OneSpan.Digipass
 
namespace  OneSpan.Digipass.Sdk
 
namespace  OneSpan.Digipass.Sdk.Utils
 
namespace  OneSpan.Digipass.Sdk.Utils.Notification
 
namespace  OneSpan.Digipass.Sdk.Utils.Notification.Server
 

Functions

delegate void SendNotificationErrorDelegate (int notificationTrackingIdentifier, string vascoNotificationIdentifier, NotificationSDKServerException e)
 Callback delegate in case of error while sending a notification. More...
 
delegate void SendNotificationSuccessDelegate (int notificationTrackingIdentifier, string vascoNotificationIdentifier)
 Callback delegate in case of success while sending a notification. More...