Channel connection configuration. More...
Instance Methods | |
(instancetype) | - init |
(NSString *) | - toJson |
Serializes this channel connection layout configuration to JSON. More... | |
Instance Methods inherited from FMLiveSwitchLayoutConfig | |
(void) | - deserializePropertiesWithKey:valueJson: |
Deserializes the properties. More... | |
(FMLiveSwitchNullableInt *) | - priority |
Gets the layout proirity. More... | |
(void) | - serializePropertiesWithJsonObject: |
Serializes the properties. More... | |
(void) | - setPriority: |
Sets the layout proirity. More... | |
(void) | - setZone: |
Sets the layout zone. More... | |
(NSString *) | - zone |
Gets the layout zone. More... | |
Class Methods | |
(FMLiveSwitchChannelConnectionLayoutConfig *) | + channelConnectionLayoutConfig |
(FMLiveSwitchChannelConnectionLayoutConfig *) | + fromJsonWithChannelConnectionLayoutConfigJson: |
Deserializes a channel connection layout config from JSON. More... | |
(NSString *) | + toJsonWithChannelConnectionLayoutConfig: |
Serializes a channel connection layout config to JSON. More... | |
Class Methods inherited from FMLiveSwitchLayoutConfig | |
(FMLiveSwitchLayoutConfig *) | + layoutConfig |
Channel connection configuration.
+ (FMLiveSwitchChannelConnectionLayoutConfig*) channelConnectionLayoutConfig |
+ (FMLiveSwitchChannelConnectionLayoutConfig*) fromJsonWithChannelConnectionLayoutConfigJson: | (NSString *) | channelConnectionLayoutConfigJson |
Deserializes a channel connection layout config from JSON.
channelConnectionLayoutConfigJson | The channel connection layout configuration as JSON. |
- (instancetype) init |
Implements FMLiveSwitchLayoutConfig.
- (NSString*) toJson |
Serializes this channel connection layout configuration to JSON.
+ (NSString*) toJsonWithChannelConnectionLayoutConfig: | (FMLiveSwitchChannelConnectionLayoutConfig *) | channelConnectionLayoutConfig |
Serializes a channel connection layout config to JSON.
channelConnectionLayoutConfig | The channel connection layout configuration. |