Instance Methods | |
(NSString *) | - credential |
(instancetype) | - init |
Initializes a new instance of the FMLiveSwitchSerializable class. More... | |
(void) | - setCredential: |
(void) | - setUrl: |
(void) | - setUsername: |
(NSString *) | - toJson |
(NSString *) | - url |
(NSString *) | - username |
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 | |
(NSMutableArray *) | + fromJsonMultipleWithIceServersJson: |
(FMLiveSwitchXirSysV3IceServer *) | + fromJsonWithIceServerJson: |
(FMLiveSwitchXirSysV3IceServer *) | + iceServer |
(NSString *) | + toJsonMultipleWithIceServers: |
(NSString *) | + toJsonWithIceServer: |
Class Methods inherited from FMLiveSwitchDynamic | |
(FMLiveSwitchDynamic *) | + dynamic |
Class Methods inherited from FMLiveSwitchSerializable | |
(FMLiveSwitchSerializable *) | + serializable |
Initializes a new instance of the FMLiveSwitchSerializable class. More... | |
- (NSString*) credential |
+ (NSMutableArray*) fromJsonMultipleWithIceServersJson: | (NSString *) | iceServersJson |
+ (FMLiveSwitchXirSysV3IceServer*) fromJsonWithIceServerJson: | (NSString *) | iceServerJson |
+ (FMLiveSwitchXirSysV3IceServer*) iceServer |
- (instancetype) init |
Initializes a new instance of the FMLiveSwitchSerializable class.
Implements FMLiveSwitchDynamic.
- (void) setCredential: | (NSString *) | value |
- (void) setUrl: | (NSString *) | value |
- (void) setUsername: | (NSString *) | value |
- (NSString*) toJson |
+ (NSString*) toJsonMultipleWithIceServers: | (NSMutableArray *) | iceServers |
+ (NSString*) toJsonWithIceServer: | (FMLiveSwitchXirSysV3IceServer *) | iceServer |
- (NSString*) url |
- (NSString*) username |