Class IntercomBoundUIState
Inheritance
System.Object
IntercomBoundUIState
Assembly: Content.Shared.dll
Syntax
public sealed class IntercomBoundUIState : BoundUserInterfaceState
Constructors
|
Improve this Doc
View Source
IntercomBoundUIState(Boolean, Boolean, List<String>, String)
Declaration
public IntercomBoundUIState(bool micEnabled, bool speakerEnabled, List<string> availableChannels, string selectedChannel)
Parameters
Type |
Name |
Description |
System.Boolean |
micEnabled |
|
System.Boolean |
speakerEnabled |
|
List<System.String> |
availableChannels |
|
System.String |
selectedChannel |
|
Fields
|
Improve this Doc
View Source
AvailableChannels
Declaration
public List<string> AvailableChannels
Field Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
MicEnabled
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SelectedChannel
Declaration
public string SelectedChannel
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SpeakerEnabled
Declaration
public bool SpeakerEnabled
Field Value
Type |
Description |
System.Boolean |
|