ZegoCallInvitationUIConfig class

Available Extensions

Constructors

ZegoCallInvitationUIConfig({bool prebuiltWithSafeArea = true, ZegoCallingBackgroundBuilder? callingBackgroundBuilder, ZegoCallButtonUIConfig? declineButton, ZegoCallButtonUIConfig? acceptButton, ZegoCallButtonUIConfig? cancelButton, ZegoCallInvitationNotifyPopUpUIConfig? popUp, @Deprecated('use declineButton.visible instead$deprecatedTipsV420') bool showDeclineButton = true, @Deprecated('use cancelButton.visible instead$deprecatedTipsV420') bool showCancelInvitationButton = true})

Properties

acceptButton ZegoCallButtonUIConfig
accept button
getter/setter pair
callingBackgroundBuilder ZegoCallingBackgroundBuilder?
background builder, default is a image
getter/setter pair
cancelButton ZegoCallButtonUIConfig
cancel button
getter/setter pair
declineButton ZegoCallButtonUIConfig
decline button
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
config of call invitation pop-up dialog
getter/setter pair
prebuiltWithSafeArea bool
does ZegoUIKitPrebuiltCall display with SafeArea or not
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.
override

Operators

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