impression_ timeQuest_ gameDetail

@Serializable
data class impression_timeQuest_gameDetail(val id: Int = 0, val campaignId: Int = 0, val valueType: String = "", val value: Int = 0, val order: Int = 0, val gameId: Int = 0, val gameName: String = "", val eventType: Float = 0.0f) : TrackingEvent

{v2.48.0} 게임 상세 화면에서 타임 퀘스트 노출

Constructors

Link copied to clipboard
constructor(id: Int = 0, campaignId: Int = 0, valueType: String = "", value: Int = 0, order: Int = 0, gameId: Int = 0, gameName: String = "", eventType: Float = 0.0f)

Properties

Link copied to clipboard
@SerialName(value = "campaign_id" )
@SerializedName(value = "campaign_id" )
val campaignId: Int = 0
Link copied to clipboard
open val eventName: String
Link copied to clipboard
@SerialName(value = "event_type" )
@SerializedName(value = "event_type" )
val eventType: Float = 0.0f
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 = "id" )
@SerializedName(value = "id" )
val id: Int = 0
Link copied to clipboard
@SerialName(value = "order" )
@SerializedName(value = "order" )
val order: Int = 0
Link copied to clipboard
@SerialName(value = "value" )
@SerializedName(value = "value" )
val value: Int = 0
Link copied to clipboard
@SerialName(value = "value_type" )
@SerializedName(value = "value_type" )
val valueType: 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