Instance Methods | |
| (void) | - copyExtensionsWithExtensible: |
| (int) | - extensionCount |
| (NSMutableArray< NSString * > *) | - extensionNames |
| (FMLiveSwitchSignallingExtensions *) | - extensions |
| (NSString *) | - getExtensionValueJsonWithName: |
| (instancetype) | - init |
| Initializes a new instance of the FMLiveSwitchSerializable class. More... | |
| (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*) acknowledgementExtensionName |
| + (NSString*) authTokenExtensionName |
| - (void) copyExtensionsWithExtensible: | (FMLiveSwitchSignallingExtensible *) | extensible |
| + (NSString*) deviceIdExtensionName |
| + (NSString*) disableBinaryExtensionName |
| + (FMLiveSwitchSignallingExtensible*) extensible |
| - (int) extensionCount |
| - (NSMutableArray<NSString*>*) extensionNames |
| - (FMLiveSwitchSignallingExtensions*) extensions |
| - (instancetype) init |
Initializes a new instance of the FMLiveSwitchSerializable class.
Implements FMLiveSwitchDynamic.
Implemented in FMLiveSwitchSignallingSuccessArgs, FMLiveSwitchSignallingServiceArgs, FMLiveSwitchSignallingServerUnsubscribeArgs, FMLiveSwitchSignallingServerSubscribeArgs, FMLiveSwitchSignallingServerArgs, FMLiveSwitchSignallingOutputArgs, FMLiveSwitchSignallingMessageBase, FMLiveSwitchSignallingInputArgs, FMLiveSwitchSignallingFailureArgs, FMLiveSwitchSignallingDisconnectCompleteArgs, FMLiveSwitchSignallingDisconnectArgs, FMLiveSwitchSignallingConnectSuccessArgs, FMLiveSwitchSignallingConnectFailureArgs, FMLiveSwitchSignallingConnectArgs, and FMLiveSwitchSignallingCompleteArgs.
| + (NSString*) metaExtensionName |
| - (NSString*) metaJson |
| + (NSString*) remoteClientExtensionName |
| + (NSString*) serverActionsExtensionName |
| + (NSString*) serverTimeoutExtensionName |
| - (void) setExtensions: | (FMLiveSwitchSignallingExtensions *) | value |
| - (void) setExtensionValueJsonWithName: | (NSString *) | name | |
| valueJson: | (NSString *) | valueJson | |
| validate: | (bool) | validate | |
| - (void) setMetaJson: | (NSString *) | value |
| + (NSMutableArray*) sharedGetChannels: | (NSMutableArray *) | channels |
| + (NSString*) sharedGetChannelWithChannels: | (NSMutableArray *) | channels |
| + (NSMutableArray*) sharedSetChannel: | (NSString *) | channel |
| + (NSMutableArray*) sharedSetChannel: | (NSString *) | channel | |
| validate: | (bool) | validate | |
| + (NSMutableArray*) sharedSetChannels: | (NSMutableArray *) | channels |
| + (NSMutableArray*) sharedSetChannels: | (NSMutableArray *) | channels | |
| validate: | (bool) | validate | |
| + (NSString*) streamIdExtensionName |
| + (NSString*) tagExtensionName |
| + (NSString*) userIdExtensionName |