click_ chat_ user Profile Detail

@Serializable
data class click_chat_userProfileDetail(val userId: Int = 0, val userScreenName: String = "", val userTier: String = "", val honorTitle: String? = null, val userNameTag: String? = null, val userLevel: Int = 0, val userProfileDetailType: String = "") : TrackingEvent

{v2.33.0} 유저 프로필 화면에서 메시지 보내기(1대1 대화) 클릭

Constructors

Link copied to clipboard
constructor(userId: Int = 0, userScreenName: String = "", userTier: String = "", honorTitle: String? = null, userNameTag: String? = null, userLevel: Int = 0, userProfileDetailType: String = "")

Properties

Link copied to clipboard
open val eventName: String
Link copied to clipboard
@SerialName(value = "honor_title" )
@SerializedName(value = "honor_title" )
val honorTitle: String? = null
Link copied to clipboard
@SerialName(value = "user_id" )
@SerializedName(value = "user_id" )
val userId: Int = 0
Link copied to clipboard
@SerialName(value = "user_level" )
@SerializedName(value = "user_level" )
val userLevel: Int = 0
Link copied to clipboard
@SerialName(value = "user_name_tag" )
@SerializedName(value = "user_name_tag" )
val userNameTag: String? = null

DEPRECATED v2.49+

Link copied to clipboard
@SerialName(value = "userProfileDetail_type" )
@SerializedName(value = "userProfileDetail_type" )
val userProfileDetailType: String
Link copied to clipboard
@SerialName(value = "user_screen_name" )
@SerializedName(value = "user_screen_name" )
val userScreenName: String
Link copied to clipboard
@SerialName(value = "user_tier" )
@SerializedName(value = "user_tier" )
val userTier: String

Functions

Link copied to clipboard
fun TrackingEvent.getRule(rules: <Error class: unknown class><String, TrackingEventRule>): TrackingEventRule?
Link copied to clipboard
fun TrackingEvent.hash(): String

TrackingEvent의 hash값을 반환한다. 이름과 내용이 같다면 같은 값을 가진다.

Link copied to clipboard
fun TrackingEvent.toJSONObject(serde: JsonSerde): JSONObject