ZegoShowFullscreenModeToggleButtonRules enum
Specifies the rules for showing the fullscreen mode toggle button.
Values
- showWhenScreenPressed → const ZegoShowFullscreenModeToggleButtonRules
-
The fullscreen mode toggle button is shown when press the the video widget.
- alwaysShow → const ZegoShowFullscreenModeToggleButtonRules
-
The fullscreen mode toggle button is always shown.
- alwaysHide → const ZegoShowFullscreenModeToggleButtonRules
-
The fullscreen mode toggle button is always hidden.
Properties
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<
ZegoShowFullscreenModeToggleButtonRules> - A constant List of the values in this enum, in order of their declaration.