NIMChatroomKickOutEvent class

当用户被踢出聊天室或者聊天室关闭时,会触发被踢事件

Inheritance
Annotations
  • @JsonSerializable()

Constructors

NIMChatroomKickOutEvent(String roomId, NIMChatroomKickOutReason reason, Map<String, dynamic>? extension)
NIMChatroomKickOutEvent.fromMap(Map<String, dynamic> map)
factory

Properties

extension Map<String, dynamic>?
扩展字段
final
hashCode int
The hash code for this object.
no setterinherited
reason NIMChatroomKickOutReason
原因
final
roomId String
聊天室Id
finalinherited
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
toMap() Map<String, dynamic>
override
toString() String
A string representation of this object.
override

Operators

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