Instance Methods | |
| (FMLiveSwitchAction1< FMLiveSwitchSignallingClientResponse * > *) | - callback |
| (instancetype) | - init |
| Initializes a new instance of the FMLiveSwitchSerializable class. More... | |
| (FMLiveSwitchSignallingMessage *) | - message |
| (void) | - setCallback: |
| (FMLiveSwitchSignallingClientResponse *) | - setCallbackBlock |
| (void) | - setCallbackBlock: |
| (void) | - setMessage: |
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... | |
Class Methods | |
| (FMLiveSwitchSignallingClientRequest *) | + clientRequest |
Class Methods inherited from FMLiveSwitchDynamic | |
| (FMLiveSwitchDynamic *) | + dynamic |
Class Methods inherited from FMLiveSwitchSerializable | |
| (FMLiveSwitchSerializable *) | + serializable |
| Initializes a new instance of the FMLiveSwitchSerializable class. More... | |
| - (FMLiveSwitchAction1<FMLiveSwitchSignallingClientResponse*>*) callback |
| + (FMLiveSwitchSignallingClientRequest*) clientRequest |
| - (instancetype) init |
Initializes a new instance of the FMLiveSwitchSerializable class.
Implements FMLiveSwitchDynamic.
| - (FMLiveSwitchSignallingMessage*) message |
| - (void) setCallback: | (FMLiveSwitchAction1< FMLiveSwitchSignallingClientResponse * > *) | value |
| - (FMLiveSwitchSignallingClientResponse*) setCallbackBlock |
| - (void) setCallbackBlock: | (void(^)(FMLiveSwitchSignallingClientResponse *)) | valueBlock |
| - (void) setMessage: | (FMLiveSwitchSignallingMessage *) | value |