NIMSignallingRejectInviteParams class
拒绝别人邀请加入信令房间请求参数
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- NIMSignallingRejectInviteParams({required String channelId, required String inviterAccountId, required String requestId, String? serverExtension, bool offlineEnabled = true})
-
NIMSignallingRejectInviteParams.fromJson(Map<
String, dynamic> map) -
factory
Properties
- channelId ↔ String
-
信令频道ID,唯一标识了该频道房间
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inviterAccountId ↔ String
-
邀请者账号ID
getter/setter pair
- offlineEnabled ↔ bool
-
是否需要存离线消息
getter/setter pair
- requestId ↔ String
-
请求ID,可以用UUID实现,主要为了便于业务实现请求响应绑定
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverExtension ↔ String?
-
服务器扩展字段,长度限制4096,json格式
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited