KIMCoreNotice

class KIMCoreNotice(var noticeType: String, var noticeTarget: Int, var time: Long, var chatId: String, var msgId: String) : Serializable

会话强提醒数据,具有临时性

Constructors

Link copied to clipboard
constructor(noticeType: String, noticeTarget: Int, time: Long, chatId: String, msgId: String)

Properties

Link copied to clipboard
@SerializedName(value = "chatId")
var chatId: String
Link copied to clipboard
@SerializedName(value = "msgId")
var msgId: String
Link copied to clipboard
@SerializedName(value = "noticeTarget")
var noticeTarget: Int

目标类型 com.kingsoft.kim.core.Constant.StrongNoticeTarget

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

强提醒类型

Link copied to clipboard
@SerializedName(value = "time")
var time: Long

该强提醒出现的时间,单位ns

Functions

Link copied to clipboard
open operator override fun equals(o: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int