Instance Methods | |
(NSString *) | - channel |
(NSMutableData *) | - dataBytes |
(NSString *) | - dataJson |
(instancetype) | - initWithChannel:dataJson:dataBytes: |
(bool) | - isBinary |
(void) | - setSource: |
(FMLiveSwitchSignallingFailureSource) | - source |
(NSString *) | - tag |
Instance Methods inherited from FMLiveSwitchSignallingFailureArgs | |
(int) | - errorCode |
(NSString *) | - errorMessage |
(NSException *) | - exception |
(instancetype) | - init |
Initializes a new instance of the FMLiveSwitchSerializable class. More... | |
(void) | - setException: |
Instance Methods inherited from FMLiveSwitchSignallingOutputArgs | |
(FMLiveSwitchSignallingClient *) | - client |
(void) | - setClient: |
(void) | - setTimestamp: |
(FMLiveSwitchNullableDate *) | - timestamp |
Instance Methods inherited from FMLiveSwitchSignallingExtensible | |
(void) | - copyExtensionsWithExtensible: |
(int) | - extensionCount |
(NSMutableArray< NSString * > *) | - extensionNames |
(FMLiveSwitchSignallingExtensions *) | - extensions |
(NSString *) | - getExtensionValueJsonWithName: |
(NSString *) | - metaJson |
(void) | - setExtensions: |
(void) | - setExtensionValueJsonWithName:valueJson: |
(void) | - setExtensionValueJsonWithName:valueJson:validate: |
(void) | - setMetaJson: |
Instance Methods inherited from FMLiveSwitchDynamic | |
(NSMutableDictionary< NSString *, id > *) | - dynamicProperties |
Gets all dynamic properties on this instance. More... | |
(id) | - getDynamicValueWithKey: |
Gets a property value from the local cache. More... | |
(void) | - setDynamicValueWithKey:value: |
Sets a property value in the local cache. More... | |
(bool) | - unsetDynamicValueWithKey: |
Removes a property value from the local cache. More... | |
- (NSString*) channel |
- (NSMutableData*) dataBytes |
- (NSString*) dataJson |
- (instancetype) initWithChannel: | (NSString *) | channel | |
dataJson: | (NSString *) | dataJson | |
dataBytes: | (NSMutableData *) | dataBytes | |
- (bool) isBinary |
+ (FMLiveSwitchSignallingServiceFailureArgs*) serviceFailureArgsWithChannel: | (NSString *) | channel | |
dataJson: | (NSString *) | dataJson | |
dataBytes: | (NSMutableData *) | dataBytes | |
- (void) setSource: | (FMLiveSwitchSignallingFailureSource) | value |
- (FMLiveSwitchSignallingFailureSource) source |
- (NSString*) tag |