|
(NSString *) | - channel |
|
(NSMutableData *) | - dataBytes |
|
(NSString *) | - dataJson |
|
(instancetype) | - init |
| Initializes a new instance of the FMLiveSwitchSerializable class. More...
|
|
(instancetype) | - initWithChannel:dataBytes: |
|
(instancetype) | - initWithChannel:dataBytes:tag: |
|
(instancetype) | - initWithChannel:dataJson: |
|
(instancetype) | - initWithChannel:dataJson:tag: |
|
(bool) | - isBinary |
|
(FMLiveSwitchAction1< FMLiveSwitchSignallingServiceFailureArgs * > *) | - onFailure |
|
(FMLiveSwitchAction1< FMLiveSwitchSignallingServiceSuccessArgs * > *) | - onSuccess |
|
(void) | - setChannel: |
|
(void) | - setDataBytes: |
|
(void) | - setDataJson: |
|
(void) | - setOnFailure: |
|
(FMLiveSwitchSignallingServiceFailureArgs *) | - setOnFailureBlock |
|
(void) | - setOnFailureBlock: |
|
(void) | - setOnSuccess: |
|
(FMLiveSwitchSignallingServiceSuccessArgs *) | - setOnSuccessBlock |
|
(void) | - setOnSuccessBlock: |
|
(void) | - setTag: |
|
(NSString *) | - tag |
|
(FMLiveSwitchNullableInt *) | - requestMaxRetries |
|
(FMLiveSwitchNullableInt *) | - requestTimeout |
|
(NSString *) | - requestUrl |
|
(void) | - setRequestMaxRetries: |
|
(void) | - setRequestTimeout: |
|
(void) | - setRequestUrl: |
|
(void) | - setSynchronous: |
|
(FMLiveSwitchNullableBool *) | - synchronous |
|
(void) | - copyExtensionsWithExtensible: |
|
(int) | - extensionCount |
|
(NSMutableArray< NSString * > *) | - extensionNames |
|
(FMLiveSwitchSignallingExtensions *) | - extensions |
|
(NSString *) | - getExtensionValueJsonWithName: |
|
(NSString *) | - metaJson |
|
(void) | - setExtensions: |
|
(void) | - setExtensionValueJsonWithName:valueJson: |
|
(void) | - setExtensionValueJsonWithName:valueJson:validate: |
|
(void) | - setMetaJson: |
|
(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...
|
|