save_ dungeon Achv_ dungeon Achv Detail

@Serializable
data class save_dungeonAchv_dungeonAchvDetail(val clearDungeonCnt: Int = 0, val totalAttackCnt: Int = 0, val totalPlayTime: Long = 0) : TrackingEvent

{v2.31.0} 던전 업적 화면에서 저장하기 클릭

Constructors

Link copied to clipboard
constructor(clearDungeonCnt: Int = 0, totalAttackCnt: Int = 0, totalPlayTime: Long = 0)

Properties

Link copied to clipboard
@SerialName(value = "clear_dungeon_cnt" )
@SerializedName(value = "clear_dungeon_cnt" )
val clearDungeonCnt: Int = 0
Link copied to clipboard
open val eventName: String
Link copied to clipboard
@SerialName(value = "total_attack_cnt" )
@SerializedName(value = "total_attack_cnt" )
val totalAttackCnt: Int = 0
Link copied to clipboard
@SerialName(value = "total_play_time" )
@SerializedName(value = "total_play_time" )
val totalPlayTime: Long = 0

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