ZegoCallHangUpConfirmDialogConfig class

Confirmation dialog when hang up the call.

Constructors

ZegoCallHangUpConfirmDialogConfig({ZegoCallHangUpConfirmDialogInfo? info, TextStyle? titleStyle, TextStyle? contentStyle, TextStyle? actionTextStyle, Brightness? backgroundBrightness})

Properties

actionTextStyle TextStyle?
getter/setter pair
backgroundBrightness Brightness?
getter/setter pair
contentStyle TextStyle?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
info ZegoCallHangUpConfirmDialogInfo?
dialog information If not set, clicking the exit button will directly exit the call. If set, a confirmation dialog will be displayed when clicking the exit button, and you will need to confirm the exit before actually exiting.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleStyle TextStyle?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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