TencentCloudAvChatRoomCallback class
Constructors
-
TencentCloudAvChatRoomCallback({dynamic onMemberEnter(List<
V2TimGroupMemberInfo> memberInfo)?, dynamic onRecvNewMessage(V2TimMessage onRecvNewMessage)?})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
onMemberEnter
→ dynamic Function(List<
V2TimGroupMemberInfo> memberInfo)? -
Callback called when user joined av room chat.
final
- onRecvNewMessage → dynamic Function(V2TimMessage onRecvNewMessage)?
-
Callback will be called when recv new message
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