8#import <Foundation/Foundation.h>
10NS_ASSUME_NONNULL_BEGIN
19@protocol CDDCDataFeederProtocol;
20@protocol UserManagerProtocol;
21@protocol OrchestrationErrorDelegate;
22@protocol OrchestrationWarningDelegate;
23@protocol RemoteAuthenticationDelegate;
24@protocol RemoteTransactionDelegate;
25@protocol UserAuthenticationDelegate;
44@protocol OrchestrationProtocol <NSObject>
51- (void)execute:(NSString *)command;
86- (id<UserManagerProtocol>)userManager;
92- (
id <CDDCDataFeederProtocol>)cddcDataFeeder;
100- (NSString *_Nullable)cddcMessage:(
CDDCMessageParams *)cddcMessageParams error:(NSError **)error;
105- (void)setRemoteAuthenticationDelegate:(
id<RemoteAuthenticationDelegate>)remoteAuthenticationDelegate;
110- (void)setRemoteTransactionDelegate:(
id<RemoteTransactionDelegate>)remoteTransactionDelegate;
119- (void)setUserAuthenticationDelegate:(
id<UserAuthenticationDelegate>)userAuthenticationDelegate forUserAuthenticationTypes:(NSArray<NSNumber *> *)types;
124- (void)setErrorDelegate:(
id<OrchestrationErrorDelegate>) orchestrationErrorDelegate;
129- (void)setWarningDelegate:(
id <OrchestrationWarningDelegate>)orchestrationWarningDelegate;
Definition ActivationParams.h:22
Definition CDDCMessageParams.h:14
Definition CDDCParams.h:17
Definition ChangePasswordParams.h:21
Definition LocalAuthenticationParams.h:21
Definition LocalTransactionParams.h:21
Definition NotificationRegistrationParams.h:20