GroupApplicationEntity class
群申请实体
Constructors
- GroupApplicationEntity.fromJson(dynamic data)
Properties
- addTime ↔ int
-
获取群未决添加的时间,单位:秒
getter/setter pair
- fromUser ↔ String
-
获取请求者 ID,请求加群:请求者,邀请加群:邀请人
getter/setter pair
- fromUserFaceUrl ↔ String?
-
用户头像
getter/setter pair
- fromUserNickName ↔ String?
-
用户昵称
getter/setter pair
- groupID ↔ String
-
群ID
getter/setter pair
- handledMsg ↔ String?
-
获取处理者添加的附加信息,只有处理状态不为V2TIMGroupApplication#V2TIM_GROUP_APPLICATION_HANDLE_STATUS_UNHANDLED的时候有效
getter/setter pair
- handleResult ↔ GroupApplicationHandlerResultEnum?
-
获取群未决处理操作类型,只有处理状态不为V2TIMGroupApplication#V2TIM_GROUP_APPLICATION_HANDLE_STATUS_UNHANDLED的时候有效
getter/setter pair
- handleStatus ↔ GroupApplicationHandlerStatusEnum?
-
获取群未决处理状态
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- requestMsg ↔ String?
-
获取请求者添加的附加信息
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- toUser ↔ String?
-
获取处理者 ID, 请求加群:0,邀请加群:被邀请人
getter/setter pair
- type ↔ GroupApplicationTypeEnum
-
获取群未决请求类型
getter/setter pair
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