view_ dungeon Detail

@Serializable
data class view_dungeonDetail(val source: String = "", val sourceKey: String? = null, val id: Int = 0, val gameId: Int = 0, val gameIsInstall: Boolean = false, val monsterHp: Int = 0, val monsterCurrentHp: Int = 0, val dungeonAttendance: Int = 0, val dungeonSuccessRewardType: String = "", val dungeonSuccessRewardDelta: Int = 0, val dungeonEDate: String = "", val dungeonState: String = "") : TrackingEvent

{v2.31.0} 던전 상세 화면 뷰

Constructors

Link copied to clipboard
constructor(source: String = "", sourceKey: String? = null, id: Int = 0, gameId: Int = 0, gameIsInstall: Boolean = false, monsterHp: Int = 0, monsterCurrentHp: Int = 0, dungeonAttendance: Int = 0, dungeonSuccessRewardType: String = "", dungeonSuccessRewardDelta: Int = 0, dungeonEDate: String = "", dungeonState: String = "")

Properties

Link copied to clipboard
@SerialName(value = "dungeon_attendance" )
@SerializedName(value = "dungeon_attendance" )
val dungeonAttendance: Int = 0
Link copied to clipboard
@SerialName(value = "dungeon_e_date" )
@SerializedName(value = "dungeon_e_date" )
val dungeonEDate: String
Link copied to clipboard
@SerialName(value = "dungeon_state" )
@SerializedName(value = "dungeon_state" )
val dungeonState: String
Link copied to clipboard
@SerialName(value = "dungeon_success_reward_delta" )
@SerializedName(value = "dungeon_success_reward_delta" )
val dungeonSuccessRewardDelta: Int = 0
Link copied to clipboard
@SerialName(value = "dungeon_success_reward_type" )
@SerializedName(value = "dungeon_success_reward_type" )
val dungeonSuccessRewardType: String
Link copied to clipboard
open val eventName: String
Link copied to clipboard
@SerialName(value = "game_id" )
@SerializedName(value = "game_id" )
val gameId: Int = 0
Link copied to clipboard
@SerialName(value = "game_is_install" )
@SerializedName(value = "game_is_install" )
val gameIsInstall: Boolean = false
Link copied to clipboard
@SerialName(value = "id" )
@SerializedName(value = "id" )
val id: Int = 0
Link copied to clipboard
@SerialName(value = "monster_current_hp" )
@SerializedName(value = "monster_current_hp" )
val monsterCurrentHp: Int = 0
Link copied to clipboard
@SerialName(value = "monster_hp" )
@SerializedName(value = "monster_hp" )
val monsterHp: Int = 0
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

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