CoHostLayoutTemplate enum
Connection layout template
This enum defines the available layout templates for cross-room connection.
Response Scenarios
| Layout | Value | Description |
|---|---|---|
hostVoiceConnection |
2 | Voice chat room connection layout |
hostDynamicGrid |
600 | Host dynamic grid layout |
hostDynamic1v6 |
601 | Host dynamic 1v6 layout |
Values
- hostVoiceConnection → const CoHostLayoutTemplate
-
Voice chat room connection layout.
const CoHostLayoutTemplate(2) - hostDynamicGrid → const CoHostLayoutTemplate
-
Host dynamic grid layout.
const CoHostLayoutTemplate(600) - hostDynamic1v6 → const CoHostLayoutTemplate
-
Host dynamic 1v6 layout.
const CoHostLayoutTemplate(601)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
CoHostLayoutTemplate> - A constant List of the values in this enum, in order of their declaration.