Channel user layout configuration. More...
Instance Methods | |
| (void) | - deserializePropertiesWithKey:valueJson: |
| Deserializes the properties. More... | |
| (NSMutableArray *) | - excludedClientIds |
| Gets the client identifiers to exclude. More... | |
| (NSMutableArray *) | - excludedConnectionIds |
| Gets the connection identifiers to exclude. More... | |
| (NSMutableArray *) | - excludedDeviceIds |
| Gets the device identifiers to exclude. More... | |
| (instancetype) | - init |
| (void) | - serializePropertiesWithJsonObject: |
| Serializes the properties. More... | |
| (void) | - setExcludedClientIds: |
| Sets the client identifiers to exclude. More... | |
| (void) | - setExcludedConnectionIds: |
| Sets the connection identifiers to exclude. More... | |
| (void) | - setExcludedDeviceIds: |
| Sets the device identifiers to exclude. More... | |
| (NSString *) | - toJson |
| Serializes this channel user 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 | |
| (FMLiveSwitchChannelUserLayoutConfig *) | + channelUserLayoutConfig |
| (FMLiveSwitchChannelUserLayoutConfig *) | + fromJsonWithChannelUserLayoutConfigJson: |
| Deserializes a channel user layout config from JSON. More... | |
| (NSString *) | + toJsonWithChannelUserLayoutConfig: |
| Serializes a channel user layout config to JSON. More... | |
Class Methods inherited from FMLiveSwitchLayoutConfig | |
| (FMLiveSwitchLayoutConfig *) | + layoutConfig |
Channel user layout configuration.
| + (FMLiveSwitchChannelUserLayoutConfig*) channelUserLayoutConfig |
Deserializes the properties.
| key | The key. |
| valueJson | The value in JSON format. |
Implements FMLiveSwitchLayoutConfig.
| - (NSMutableArray*) excludedClientIds |
Gets the client identifiers to exclude.
| - (NSMutableArray*) excludedConnectionIds |
Gets the connection identifiers to exclude.
| - (NSMutableArray*) excludedDeviceIds |
Gets the device identifiers to exclude.
| + (FMLiveSwitchChannelUserLayoutConfig*) fromJsonWithChannelUserLayoutConfigJson: | (NSString *) | channelUserLayoutConfigJson |
Deserializes a channel user layout config from JSON.
| channelUserLayoutConfigJson | The channel user layout configuration as JSON. |
| - (instancetype) init |
Implements FMLiveSwitchLayoutConfig.
| - (void) serializePropertiesWithJsonObject: | (NSMutableDictionary< NSString *, NSString * > *) | jsonObject |
Serializes the properties.
| jsonObject | The JSON object. |
Implements FMLiveSwitchLayoutConfig.
| - (void) setExcludedClientIds: | (NSMutableArray *) | value |
Sets the client identifiers to exclude.
| - (void) setExcludedConnectionIds: | (NSMutableArray *) | value |
Sets the connection identifiers to exclude.
| - (void) setExcludedDeviceIds: | (NSMutableArray *) | value |
Sets the device identifiers to exclude.
| - (NSString*) toJson |
Serializes this channel user layout configuration to JSON.
| + (NSString*) toJsonWithChannelUserLayoutConfig: | (FMLiveSwitchChannelUserLayoutConfig *) | channelUserLayoutConfig |
Serializes a channel user layout config to JSON.
| channelUserLayoutConfig | The channel user layout configuration. |