click_ gameBadge_ user Profile Detail

@Serializable
data class click_gameBadge_userProfileDetail(val id: Int? = null, val tier: String = "", val playTime: Int = 0, val sortOrder: Int = 0, val userId: Int = 0, val gameId: Int = 0, val gameName: String = "", val gamePackageId: Int? = null) : TrackingEvent

{v2.33.0} 유저 프로필 화면에서 대표 게임 클릭

Constructors

Link copied to clipboard
constructor(id: Int? = null, tier: String = "", playTime: Int = 0, sortOrder: Int = 0, userId: Int = 0, gameId: Int = 0, gameName: String = "", gamePackageId: Int? = null)

Properties

Link copied to clipboard
open val eventName: String
Link copied to clipboard
@SerialName(value = "game_id" )
@SerializedName(value = "game_id" )
val gameId: Int = 0
Link copied to clipboard
@SerialName(value = "game_name" )
@SerializedName(value = "game_name" )
val gameName: String
Link copied to clipboard
@SerialName(value = "game_package_id" )
@SerializedName(value = "game_package_id" )
val gamePackageId: Int? = null
Link copied to clipboard
@SerialName(value = "id" )
@SerializedName(value = "id" )
val id: Int? = null
Link copied to clipboard
@SerialName(value = "play_time" )
@SerializedName(value = "play_time" )
val playTime: Int = 0
Link copied to clipboard
@SerialName(value = "sort_order" )
@SerializedName(value = "sort_order" )
val sortOrder: Int = 0
Link copied to clipboard
@SerialName(value = "tier" )
@SerializedName(value = "tier" )
val tier: String
Link copied to clipboard
@SerialName(value = "user_id" )
@SerializedName(value = "user_id" )
val userId: Int = 0

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