ZegoLiveAudioRoomControllerMinimizingImpl class

Here are the APIs related to minimizing.

Properties

hashCode int
The hash code for this object.
no setterinherited
isMinimizing bool
is it currently in the minimized state or not
no setter
private → ZegoLiveAudioRoomControllerMinimizingPrivateImpl
Don't call that
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state ZegoLiveAudioRoomMiniOverlayPageState
current minimize state
no setter

Methods

hide() → void
if audio room ended in minimizing state, not need to navigate, just hide the minimize widget.
minimize(BuildContext context, {bool rootNavigator = true}) bool
minimize the ZegoUIKitPrebuiltLiveAudioRoom
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
restore(BuildContext context, {bool rootNavigator = true, bool withSafeArea = false}) bool
restore the ZegoUIKitPrebuiltLiveAudioRoom from minimize
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited