ZegoCallHangUpConfirmDialogInfo class

the configuration for the hang-up confirmation dialog You can use the ZegoUIKitPrebuiltCallConfig.hangUpConfirmDialogInfo property to set the properties inside this class.

Constructors

ZegoCallHangUpConfirmDialogInfo({String title = 'Hangup Confirmation', String message = 'Do you want to hangup?', String cancelButtonName = 'Cancel', String confirmButtonName = 'OK'})

Properties

cancelButtonName String
The text for the cancel button
getter/setter pair
confirmButtonName String
The text for the confirm button
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
message String
The message content of the dialog
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
The title of the dialog
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.
inherited

Operators

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