install_ game_ gameDetail

@Serializable
data class install_game_gameDetail(val attributionLink: String? = null, val campaignId: Int? = null, val genre: String = "", val id: Int = 0, val isInstall: Boolean = false, val isPromo: Int? = null, val name: String = "", val packageId: Int? = null, val source: String = "", val sourceKey: String? = null, val xpType: String = "") : TrackingEvent

{v2.48.0} 게임 상세화면에서 게임 설치 클릭

Constructors

Link copied to clipboard
constructor(attributionLink: String? = null, campaignId: Int? = null, genre: String = "", id: Int = 0, isInstall: Boolean = false, isPromo: Int? = null, name: String = "", packageId: Int? = null, source: String = "", sourceKey: String? = null, xpType: String = "")

Properties

Link copied to clipboard
@SerialName(value = "attribution_link" )
@SerializedName(value = "attribution_link" )
val attributionLink: String? = null
Link copied to clipboard
@SerialName(value = "campaign_id" )
@SerializedName(value = "campaign_id" )
val campaignId: Int? = null
Link copied to clipboard
open val eventName: String
Link copied to clipboard
@SerialName(value = "genre" )
@SerializedName(value = "genre" )
val genre: String
Link copied to clipboard
@SerialName(value = "id" )
@SerializedName(value = "id" )
val id: Int = 0
Link copied to clipboard
@SerialName(value = "is_install" )
@SerializedName(value = "is_install" )
val isInstall: Boolean = false
Link copied to clipboard
@SerialName(value = "is_promo" )
@SerializedName(value = "is_promo" )
val isPromo: Int? = null
Link copied to clipboard
@SerialName(value = "name" )
@SerializedName(value = "name" )
val name: String
Link copied to clipboard
@SerialName(value = "package_id" )
@SerializedName(value = "package_id" )
val packageId: Int? = null
Link copied to clipboard
@SerialName(value = "source" )
@SerializedName(value = "source" )
val source: String
Link copied to clipboard
@SerialName(value = "source_key" )
@SerializedName(value = "source_key" )
val sourceKey: String? = null
Link copied to clipboard
@SerialName(value = "xp_type" )
@SerializedName(value = "xp_type" )
val xpType: 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