NIMCustomUserStatusPublishResult class

自定义用户状态发布回包

Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

NIMCustomUserStatusPublishResult({required String uniqueId, String? serverId, int? publishTime})
NIMCustomUserStatusPublishResult.fromJson(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
publishTime int?
获取用户状态发布时的时间
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverId String?
获取服务器针对该状态事件生成的ID
getter/setter pair
uniqueId String
获取发布自定义用户状态时, 内部生成的唯一ID
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