Orchestration SDK 5.10.1
Loading...
Searching...
No Matches
NotificationRegistrationDelegate.h
Go to the documentation of this file.
1
2//
3// Copyright (c) since 1999. VASCO DATA SECURITY
4// All rights reserved. http://www.vasco.com
5//
7
8#import <Foundation/Foundation.h>
9NS_ASSUME_NONNULL_BEGIN
11
20NS_REFINED_FOR_SWIFT
21@protocol NotificationRegistrationDelegate <NSObject>
22
29- (void)onNotificationRegistrationStepCompleteWithCommand:(NSString *)command;
30
37- (void)onNotificationRegistrationSuccessWithUser:(OrchestrationUser *)orchestrationUser notificationIdentifier:(NSString *)notificationIdentifier;
38
39@end
40
41NS_ASSUME_NONNULL_END
Definition OrchestrationUser.h:17