GroupCallKitEventSink class abstract
群呼业务回调
Constructors
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onGroupCallEnd(
NEGroupCallEndEvent event) → void - 群呼结束回调
-
onGroupCallHangup(
NEGroupCallHangupEvent event) → void - 成员挂断回调
-
onGroupMemberListChanged(
String callId, List< NEGroupCallMember?> members) → void - 成员列表变更
-
onReceiveGroupInvitation(
NEGroupCallInfo info) → void - 收到群呼邀请
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
setup(
GroupCallKitEventSink? api, {BinaryMessenger? binaryMessenger}) → void
Constants
-
codec
→ const MessageCodec<
Object?>