ZegoCallInvitationInnerText class

Control the text on the UI. Modify the values of the corresponding properties to modify the text on the UI. You can also change it to other languages. This class is used for the ZegoUIKitPrebuiltCall.innerText property. Note that the placeholder %0 in the text will be replaced with the corresponding username.

Available Extensions

Constructors

ZegoCallInvitationInnerText({String? incomingVideoCallDialogTitle, String? incomingVideoCallDialogMessage, String? incomingVoiceCallDialogTitle, String? incomingVoiceCallDialogMessage, String? incomingVideoCallPageTitle, String? incomingVideoCallPageMessage, String? incomingVoiceCallPageTitle, String? incomingVoiceCallPageMessage, String? incomingCallPageDeclineButton, String? incomingCallPageAcceptButton, String? outgoingVideoCallPageTitle, String? outgoingVideoCallPageMessage, String? outgoingVoiceCallPageTitle, String? outgoingVoiceCallPageMessage, String? incomingGroupVideoCallDialogTitle, String? incomingGroupVideoCallDialogMessage, String? incomingGroupVoiceCallDialogTitle, String? incomingGroupVoiceCallDialogMessage, String? incomingGroupVideoCallPageTitle, String? incomingGroupVideoCallPageMessage, String? incomingGroupVoiceCallPageTitle, String? incomingGroupVoiceCallPageMessage, String? outgoingGroupVideoCallPageTitle, String? outgoingGroupVideoCallPageMessage, String? outgoingGroupVoiceCallPageTitle, String? outgoingGroupVoiceCallPageMessage})

Properties

hashCode int
The hash code for this object.
no setterinherited
incomingCallPageAcceptButton String
The button on the call bottom bar to accept current incoming call. The default value is "Accept".
getter/setter pair
incomingCallPageDeclineButton String
The button on the call bottom bar to decline current incoming call. The default value is "Decline".
getter/setter pair
incomingGroupVideoCallDialogMessage String
The message of the incoming group video call dialog, The default value is "Incoming group video call...".
getter/setter pair
incomingGroupVideoCallDialogTitle String
The title of the incoming group video call dialog, The default value is inviter's name.
getter/setter pair
incomingGroupVideoCallPageMessage String
The message of the incoming group video call page, The default value is "Incoming group video call...".
getter/setter pair
incomingGroupVideoCallPageTitle String
The title of the incoming group video call page, The default value is inviter's name.
getter/setter pair
incomingGroupVoiceCallDialogMessage String
The message of the incoming group voice call dialog, The default value is "Incoming group voice call...".
getter/setter pair
incomingGroupVoiceCallDialogTitle String
The title of the incoming group voice call dialog, The default value is inviter's name.
getter/setter pair
incomingGroupVoiceCallPageMessage String
The message of the incoming group voice call page, The default value is "Incoming group voice call...".
getter/setter pair
incomingGroupVoiceCallPageTitle String
The title of the incoming group voice call page, The default value is inviter's name.
getter/setter pair
incomingVideoCallDialogMessage String
The message of the incoming video call dialog, The default value is "Incoming video call...".
getter/setter pair
incomingVideoCallDialogTitle String
The title of the incoming video call dialog, The default value is inviter's name.
getter/setter pair
incomingVideoCallPageMessage String
The message of the incoming video call page, The default value is "Incoming video call...".
getter/setter pair
incomingVideoCallPageTitle String
The title of the incoming video call page, The default value is inviter's name.
getter/setter pair
incomingVoiceCallDialogMessage String
The message of the incoming voice call dialog, The default value is "Incoming voice call...".
getter/setter pair
incomingVoiceCallDialogTitle String
The title of the incoming voice call dialog, The default value is inviter's name.
getter/setter pair
incomingVoiceCallPageMessage String
The message of the incoming voice call page, The default value is "Incoming voice call...".
getter/setter pair
incomingVoiceCallPageTitle String
The title of the incoming voice call page, The default value is inviter's name.
getter/setter pair
outgoingGroupVideoCallPageMessage String
The message of the outgoing group video call page, The default value is "Calling...".
getter/setter pair
outgoingGroupVideoCallPageTitle String
The title of the outgoing group video call page, The default value is first invitee's name.
getter/setter pair
outgoingGroupVoiceCallPageMessage String
The message of the outgoing group voice call page, The default value is "Calling...".
getter/setter pair
outgoingGroupVoiceCallPageTitle String
The title of the outgoing group voice call page, The default value is first invitee's name.
getter/setter pair
outgoingVideoCallPageMessage String
The message of the outgoing video call page, The default value is "Calling..."
getter/setter pair
outgoingVideoCallPageTitle String
The title of the outgoing video call page, The default value is first invitee's name.
getter/setter pair
outgoingVoiceCallPageMessage String
The message of the outgoing voice call page, The default value is "Calling..."
getter/setter pair
outgoingVoiceCallPageTitle String
The title of the outgoing voice call page, The default value is first invitee's name.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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