Orchestration SDK 5.10.1
Loading...
Searching...
No Matches
NotificationRegistrationParams.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>
9
10NS_ASSUME_NONNULL_BEGIN
11@protocol NotificationRegistrationDelegate;
13
18NS_REFINED_FOR_SWIFT
19@interface NotificationRegistrationParams : NSObject
20
24@property (nonatomic, strong) OrchestrationUser * orchestrationUser;
25
29@property (nonatomic, copy) NSString * notificationIdentifier;
30
34@property (nonatomic, weak) id<NotificationRegistrationDelegate> notificationRegistrationDelegate;
35@end
36
37NS_ASSUME_NONNULL_END
Definition NotificationRegistrationParams.h:20
OrchestrationUser * orchestrationUser
Definition NotificationRegistrationParams.h:24
NSString * notificationIdentifier
Definition NotificationRegistrationParams.h:29
id< NotificationRegistrationDelegate > notificationRegistrationDelegate
Definition NotificationRegistrationParams.h:34
Definition OrchestrationUser.h:17