SignalingInfoEntity class
信令信息实体
Constructors
-
SignalingInfoEntity({String? inviteID, String? groupID, required String? inviter, required List<
String> ? inviteeList, required String? data, int? timeout = 0, required SignalingActionTypeEnum? actionType, int? businessID = 0, bool? onlineUserOnly = false}) - SignalingInfoEntity.fromJson(dynamic data)
Properties
- actionType ↔ SignalingActionTypeEnum?
-
类型
getter/setter pair
- businessID ↔ int?
-
ID
getter/setter pair
- data ↔ String?
-
数据
getter/setter pair
- groupID ↔ String?
-
群ID
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
-
inviteeList
↔ List<
String> ? -
被邀请人
getter/setter pair
- inviteID ↔ String?
-
邀请ID
getter/setter pair
- inviter ↔ String?
-
邀请人
getter/setter pair
- offlinePushInfo ↔ OfflinePushInfoEntity?
-
离线推送信息
getter/setter pair
- onlineUserOnly ↔ bool?
-
是否仅在线用户
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeout ↔ int?
-
超时
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.
override