8#import <Foundation/Foundation.h>
12@protocol OrchestrationProtocol;
13@protocol OrchestrationErrorDelegate;
14@protocol OrchestrationWarningDelegate;
15@protocol OrchestrationAccessGroup;
26@property (
class, nonatomic, readonly)
const NSString *
sdkVersion;
32- (id<OrchestrationProtocol> _Nullable)buildWithError:(NSError **)error;
81- (
OrchestratorBuilder *)setWarningDelegate:(
id <OrchestrationWarningDelegate>)orchestrationWarningDelegate;
Definition CDDCParams.h:17
Definition OrchestratorBuilder.h:22
const NSString * sdkVersion
Definition OrchestratorBuilder.h:26