impression_ timeQuest_ today Detail

@Serializable
data class impression_timeQuest_todayDetail(val id: Int = 0, val valueType: String = "", val value: Int = 0, val missionCnt: Int? = null, val countAccepted: Int? = null, val gameId: Int = 0, val gameName: String = "", val gameGenre: String? = null, val gameXpType: String? = null, val order: Int = 0, val gamePackageId: Int? = null, val impressionUrl: String? = null, val requestId: String? = null, val tag: String? = null) : TrackingEvent

{v2.46.0} 투데이 화면(지금 할 수 있는 타임퀘스트 내)에서 타임퀘스트 노출

Constructors

Link copied to clipboard
constructor(id: Int = 0, valueType: String = "", value: Int = 0, missionCnt: Int? = null, countAccepted: Int? = null, gameId: Int = 0, gameName: String = "", gameGenre: String? = null, gameXpType: String? = null, order: Int = 0, gamePackageId: Int? = null, impressionUrl: String? = null, requestId: String? = null, tag: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "count_accepted" )
@SerializedName(value = "count_accepted" )
val countAccepted: Int? = null
Link copied to clipboard
open val eventName: String
Link copied to clipboard
@SerialName(value = "game_genre" )
@SerializedName(value = "game_genre" )
val gameGenre: String? = null
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 = "game_xp_type" )
@SerializedName(value = "game_xp_type" )
val gameXpType: String? = null
Link copied to clipboard
@SerialName(value = "id" )
@SerializedName(value = "id" )
val id: Int = 0
Link copied to clipboard
@SerialName(value = "impression_url" )
@SerializedName(value = "impression_url" )
val impressionUrl: String? = null
Link copied to clipboard
@SerialName(value = "mission_cnt" )
@SerializedName(value = "mission_cnt" )
val missionCnt: Int? = null
Link copied to clipboard
@SerialName(value = "order" )
@SerializedName(value = "order" )
val order: Int = 0
Link copied to clipboard
@SerialName(value = "request_id" )
@SerializedName(value = "request_id" )
val requestId: String? = null
Link copied to clipboard
@SerialName(value = "tag" )
@SerializedName(value = "tag" )
val tag: String? = null

타임 퀘스트 tag(선착순, 이벤트, 선착순_이벤트)

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