reward_ timeQuest_ time Quest Detail

@Serializable
data class reward_timeQuest_timeQuestDetail(val campaignId: Int = 0, val gameGenre: String = "", val gameId: Int = 0, val gameIsInstall: Boolean? = null, val gameName: String = "", val gamePackageId: Int = 0, val id: Int = 0, val order: Int = 0, val rewardList: String = "", val rewardTypeList: String = "", val tag: String? = null, val timeQuestDetailTimeQuestType: String = "", val gameTag: String = "") : TrackingEvent

{v2.44.0} 타임 퀘스트 화면 타임 퀘스트 보상 클릭

Constructors

Link copied to clipboard
constructor(campaignId: Int = 0, gameGenre: String = "", gameId: Int = 0, gameIsInstall: Boolean? = null, gameName: String = "", gamePackageId: Int = 0, id: Int = 0, order: Int = 0, rewardList: String = "", rewardTypeList: String = "", tag: String? = null, timeQuestDetailTimeQuestType: String = "", gameTag: String = "")

Properties

Link copied to clipboard
@SerialName(value = "campaign_id" )
@SerializedName(value = "campaign_id" )
val campaignId: Int = 0

캠페인 id

Link copied to clipboard
open val eventName: String
Link copied to clipboard
@SerialName(value = "game_genre" )
@SerializedName(value = "game_genre" )
val gameGenre: String

게임 장르

Link copied to clipboard
@SerialName(value = "game_id" )
@SerializedName(value = "game_id" )
val gameId: Int = 0

게임 id

Link copied to clipboard
@SerialName(value = "game_is_install" )
@SerializedName(value = "game_is_install" )
val gameIsInstall: Boolean? = null

설치 여부

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 = 0

게임 package id

Link copied to clipboard
@SerialName(value = "game_tag" )
@SerializedName(value = "game_tag" )
val gameTag: String

게임 tag

Link copied to clipboard
@SerialName(value = "id" )
@SerializedName(value = "id" )
val id: Int = 0

타임 퀘스트 id

Link copied to clipboard
@SerialName(value = "order" )
@SerializedName(value = "order" )
val order: Int = 0

노출 순서 (본인 프로필 클릭과 같이 노출 순서가 없을 시에 null)

Link copied to clipboard
@SerialName(value = "reward_list" )
@SerializedName(value = "reward_list" )
val rewardList: String

보상량 리스트

Link copied to clipboard
@SerialName(value = "reward_type_list" )
@SerializedName(value = "reward_type_list" )
val rewardTypeList: String

보상 재화 타입 리스트

Link copied to clipboard
@SerialName(value = "tag" )
@SerializedName(value = "tag" )
val tag: String? = null

타임 퀘스트 tag

Link copied to clipboard
@SerialName(value = "timeQuestDetail_timeQuest_type" )
@SerializedName(value = "timeQuestDetail_timeQuest_type" )
val timeQuestDetailTimeQuestType: 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