KIMCoreMsgNotice

class KIMCoreMsgNotice(noticeType: String, isAll: Boolean, toUserIds: List<String>?) : Serializable

消息强提醒

Constructors

Link copied to clipboard
constructor(noticeType: String, isAll: Boolean, toUserIds: List<String>?)

Properties

Link copied to clipboard
@SerializedName(value = "isAll")
var isAll: Boolean

是否全员

Link copied to clipboard
@SerializedName(value = "noticeType")
var noticeType: String

强提醒类型

Link copied to clipboard
@SerializedName(value = "toUserIds")
var toUserIds: List<String>

指定用户接收强提醒