CometChatCallEventListener mixin
Listener class for CometChatCallEvents
- Implemented types
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
ccCallAccepted(
Call call) → void - ccCallAccepted is used to inform the listeners that a call is accepted by the logged-in user.
-
ccCallEnded(
Call call) → void - ccCallEnded is used to inform the listeners that a call is ended by either the logged-in user.
-
ccCallRejected(
Call call) → void - ccCallRejected is used to inform the listeners that a call is rejected by the logged-in user.
-
ccOutgoingCall(
Call call) → void - ccOutgoingCall is used to inform the listeners that an outgoing call is initiated by the logged-in user.
-
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