![]() |
Notification SDK Client 4.34.0
|
Provides the entry points of the Notification SDK Client framework API:
NotificationSDKClient#registerNotificationServiceWithNotificationSettings:error:
to register to the service. This should be done in the (void)application:(UIApplication *)didFinishLaunchingWithOptions:(NSDictionary *) callback. NotificationSDKClient#getOneSpanNotificationIdentifier:error:
to retrieve the OneSpan Notification Identifier as a NSString from the NSData provided by (void)application:(UIApplication *)didRegisterForRemoteNotificationsWithDeviceToken:(NSData *). NotificationSDKClient#isOneSpanNotification:
to check wether a NSDictionary contains a OneSpan Notification. NotificationSDKClient#parseOneSpanNotification:error:
to retrieve the content of a OneSpan Notification as a NSString. NotificationSDKClient#getBadgeValue:
to retrieve the value of the badge corresponding to a OneSpan Notification.
The AppDelegate must implement the following callbacks to manage the reponse of the system regarding notification registration:
NotificationSDKClient#getOneSpanNotificationIdentifier:error:
should be done in order to retrieve the OneSpan Notification Identifier that must later be provided to the server.
The AppDelegate must implement the following callbacks to manage notification reception, by performing a call to NotificationSDKClient#parseOneSpanNotification:error:
in order to retrieve the content of the notification:
Copyright ® 2024 OneSpan North America, Inc. All rights reserved.