FMLiveSwitchChannelConnectionLayoutConfig Class Reference

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
 

Detailed Description

Channel connection configuration.

Method Documentation

◆ channelConnectionLayoutConfig

+ (FMLiveSwitchChannelConnectionLayoutConfig*) channelConnectionLayoutConfig

◆ fromJsonWithChannelConnectionLayoutConfigJson:

+ (FMLiveSwitchChannelConnectionLayoutConfig*) fromJsonWithChannelConnectionLayoutConfigJson: (NSString *)  channelConnectionLayoutConfigJson

Deserializes a channel connection layout config from JSON.

Parameters
channelConnectionLayoutConfigJsonThe channel connection layout configuration as JSON.
Returns
The channel connection layout configuration.

◆ init

- (instancetype) init

◆ toJson

- (NSString*) toJson

Serializes this channel connection layout configuration to JSON.

Returns
The channel connection layout configuration as JSON.

◆ toJsonWithChannelConnectionLayoutConfig:

+ (NSString*) toJsonWithChannelConnectionLayoutConfig: (FMLiveSwitchChannelConnectionLayoutConfig *)  channelConnectionLayoutConfig

Serializes a channel connection layout config to JSON.

Parameters
channelConnectionLayoutConfigThe channel connection layout configuration.
Returns
The channel connection layout configuration as JSON.