impression_ purchase Profile_ gameDetail

@Serializable
data class impression_purchaseProfile_gameDetail(val userId: Int = 0, val userScreenName: String = "", val rank: Int = 0, val delta: Int? = null, val gameId: Int? = null) : TrackingEvent

{v2.33.0} 게임 상세 화면에서 최다 후원 랭킹 프로필 노출

Constructors

Link copied to clipboard
constructor(userId: Int = 0, userScreenName: String = "", rank: Int = 0, delta: Int? = null, gameId: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "delta" )
@SerializedName(value = "delta" )
val delta: Int? = null
Link copied to clipboard
open val eventName: String
Link copied to clipboard
@SerialName(value = "game_id" )
@SerializedName(value = "game_id" )
val gameId: Int? = null
Link copied to clipboard
@SerialName(value = "rank" )
@SerializedName(value = "rank" )
val rank: Int = 0
Link copied to clipboard
@SerialName(value = "user_id" )
@SerializedName(value = "user_id" )
val userId: Int = 0
Link copied to clipboard
@SerialName(value = "user_screen_name" )
@SerializedName(value = "user_screen_name" )
val userScreenName: 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