Channel client configuration. More...
Instance Methods | |
(void) | - deserializePropertiesWithKey:valueJson: |
Deserializes the properties. More... | |
(NSMutableArray *) | - excludedConnectionIds |
Gets the connection identifiers to exclude. More... | |
(instancetype) | - init |
(void) | - serializePropertiesWithJsonObject: |
Serializes the properties. More... | |
(void) | - setExcludedConnectionIds: |
Sets the connection identifiers to exclude. More... | |
(NSString *) | - toJson |
Serializes this channel device layout configuration to JSON. More... | |
Instance Methods inherited from FMLiveSwitchLayoutConfig | |
(FMLiveSwitchNullableInt *) | - priority |
Gets the layout proirity. More... | |
(void) | - setPriority: |
Sets the layout proirity. More... | |
(void) | - setZone: |
Sets the layout zone. More... | |
(NSString *) | - zone |
Gets the layout zone. More... | |
Class Methods | |
(FMLiveSwitchChannelClientLayoutConfig *) | + channelClientLayoutConfig |
(FMLiveSwitchChannelClientLayoutConfig *) | + fromJsonWithChannelClientLayoutConfigJson: |
Deserializes a channel client layout config from JSON. More... | |
(NSString *) | + toJsonWithChannelClientLayoutConfig: |
Serializes a channel client layout config to JSON. More... | |
Class Methods inherited from FMLiveSwitchLayoutConfig | |
(FMLiveSwitchLayoutConfig *) | + layoutConfig |
Channel client configuration.
+ (FMLiveSwitchChannelClientLayoutConfig*) channelClientLayoutConfig |
Deserializes the properties.
key | The key. |
valueJson | The value in JSON format. |
Implements FMLiveSwitchLayoutConfig.
- (NSMutableArray*) excludedConnectionIds |
Gets the connection identifiers to exclude.
+ (FMLiveSwitchChannelClientLayoutConfig*) fromJsonWithChannelClientLayoutConfigJson: | (NSString *) | channelClientLayoutConfigJson |
Deserializes a channel client layout config from JSON.
channelClientLayoutConfigJson | The channel client layout configuration as JSON. |
- (instancetype) init |
Implements FMLiveSwitchLayoutConfig.
- (void) serializePropertiesWithJsonObject: | (NSMutableDictionary< NSString *, NSString * > *) | jsonObject |
Serializes the properties.
jsonObject | The JSON object. |
Implements FMLiveSwitchLayoutConfig.
- (void) setExcludedConnectionIds: | (NSMutableArray *) | value |
Sets the connection identifiers to exclude.
- (NSString*) toJson |
Serializes this channel device layout configuration to JSON.
+ (NSString*) toJsonWithChannelClientLayoutConfig: | (FMLiveSwitchChannelClientLayoutConfig *) | channelClientLayoutConfig |
Serializes a channel client layout config to JSON.
channelClientLayoutConfig | The channel client layout configuration. |