Instance Methods | |
| (instancetype) | - init |
| Initializes a new instance of the FMLiveSwitchSerializable class. More... | |
| (FMLiveSwitchNullableInt *) | - requestMaxRetries |
| (FMLiveSwitchNullableInt *) | - requestTimeout |
| (NSString *) | - requestUrl |
| (void) | - setRequestMaxRetries: |
| (void) | - setRequestTimeout: |
| (void) | - setRequestUrl: |
| (void) | - setSynchronous: |
| (FMLiveSwitchNullableBool *) | - synchronous |
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... | |
| - (instancetype) init |
Initializes a new instance of the FMLiveSwitchSerializable class.
Implements FMLiveSwitchSignallingExtensible.
Implemented in FMLiveSwitchSignallingServiceArgs, FMLiveSwitchSignallingDisconnectArgs, and FMLiveSwitchSignallingConnectArgs.
| + (FMLiveSwitchSignallingInputArgs*) inputArgs |
| - (FMLiveSwitchNullableInt*) requestMaxRetries |
| - (FMLiveSwitchNullableInt*) requestTimeout |
| - (NSString*) requestUrl |
| - (void) setRequestMaxRetries: | (FMLiveSwitchNullableInt *) | value |
| - (void) setRequestTimeout: | (FMLiveSwitchNullableInt *) | value |
| - (void) setRequestUrl: | (NSString *) | value |
| - (void) setSynchronous: | (FMLiveSwitchNullableBool *) | value |
| - (FMLiveSwitchNullableBool*) synchronous |