AgoraChatEventHandler class
Constructors
- AgoraChatEventHandler({required void onError(ChatCallKitError error), required void onCallEndReason(String callId, ChatCallKitCallEndReason reason), required VoidCallback onCallAccept, required void onUserRemoved(String callId, String userId, ChatCallKitCallEndReason reason), required void onAnswer(String callId)})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onAnswer → void Function(String callId)
-
final
- onCallAccept → VoidCallback
-
final
- onCallEndReason → void Function(String callId, ChatCallKitCallEndReason reason)
-
final
- onError → void Function(ChatCallKitError error)
-
final
- onUserRemoved → void Function(String callId, String userId, ChatCallKitCallEndReason reason)
-
final
- 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