Channel client configuration.
More...
Channel client configuration.
◆ ChannelClientLayoutConfig()
fm.liveswitch.ChannelClientLayoutConfig.ChannelClientLayoutConfig |
( |
| ) |
|
◆ deserializeProperties()
void fm.liveswitch.ChannelClientLayoutConfig.deserializeProperties |
( |
String |
key, |
|
|
String |
valueJson |
|
) |
| |
|
protected |
Deserializes the properties.
- Parameters
-
key | The key. |
valueJson | The value in JSON format. |
Reimplemented from fm.liveswitch.LayoutConfig.
◆ fromJson()
Deserializes a channel client layout config from JSON.
- Parameters
-
channelClientLayoutConfigJson | The channel client layout configuration as JSON. |
- Returns
- The channel device layout configuration.
◆ getExcludedConnectionIds()
String [] fm.liveswitch.ChannelClientLayoutConfig.getExcludedConnectionIds |
( |
| ) |
|
Gets the connection identifiers to exclude.
◆ serializeProperties()
void fm.liveswitch.ChannelClientLayoutConfig.serializeProperties |
( |
java.util.HashMap< String, String > |
jsonObject | ) |
|
|
protected |
◆ setExcludedConnectionIds()
void fm.liveswitch.ChannelClientLayoutConfig.setExcludedConnectionIds |
( |
String[] |
value | ) |
|
Sets the connection identifiers to exclude.
◆ toJson() [1/2]
String fm.liveswitch.ChannelClientLayoutConfig.toJson |
( |
| ) |
|
Serializes this channel device layout configuration to JSON.
- Returns
- The channel device layout configuration as JSON.
◆ toJson() [2/2]
Serializes a channel client layout config to JSON.
- Parameters
-
channelClientLayoutConfig | The channel client layout configuration. |
- Returns
- The channel client layout configuration as JSON.