KIMCoreChatCustomDataResult

class KIMCoreChatCustomDataResult(var chatId: String, var customData: String) : KIMCoreEventResult

会话自定义属性

Constructors

Link copied to clipboard
constructor(chatId: String, customData: String)

Properties

Link copied to clipboard
open override val allUserId: List<String>
Link copied to clipboard
@SerializedName(value = "chatId")
open override var chatId: String
Link copied to clipboard
@SerializedName(value = "customData")
var customData: String

Functions

Link copied to clipboard
open override fun toString(): String