Orchestration SDK 5.10.1
Loading...
Searching...
No Matches
CDDCMessageParams Class Reference

#include <CDDCMessageParams.h>

Inherits NSObject.

Instance Methods

(instancetype) - initWithOrchestrationUser:eventName:applicationData:encrypted:
 

Properties

OrchestrationUserorchestrationUser
 
NSString * eventName
 
NSString * applicationData
 
BOOL encrypted
 

Method Documentation

◆ initWithOrchestrationUser:eventName:applicationData:encrypted:

- (instancetype) initWithOrchestrationUser: (OrchestrationUser *) orchestrationUser
eventName: (NSString *) eventName
applicationData: (NSString *) applicationData
encrypted: (BOOL) encrypted 

Property Documentation

◆ applicationData

- (NSString*) applicationData
readwritenonatomiccopy

◆ encrypted

- (BOOL) encrypted
readwritenonatomicassign

True if the CDDC data must be encrypted

◆ eventName

- (NSString*) eventName
readwritenonatomiccopy

The event name related to the collected data

◆ orchestrationUser

- (OrchestrationUser*) orchestrationUser
readwritenonatomicstrong

The unique identifier of the user


The documentation for this class was generated from the following file: