open_ luckyBox_ lucky Box Detail

@Serializable
data class open_luckyBox_luckyBoxDetail(val type: String = "", val delta: Int = 0, val useDelta: Int = 0, val category: String = "") : TrackingEvent

{v2.33.0} 보물상자 화면에서 보물상자 열기

Constructors

Link copied to clipboard
constructor(type: String = "", delta: Int = 0, useDelta: Int = 0, category: String = "")

Properties

Link copied to clipboard
@SerialName(value = "category" )
@SerializedName(value = "category" )
val category: String
Link copied to clipboard
@SerialName(value = "delta" )
@SerializedName(value = "delta" )
val delta: Int = 0
Link copied to clipboard
open val eventName: String
Link copied to clipboard
@SerialName(value = "type" )
@SerializedName(value = "type" )
val type: String
Link copied to clipboard
@SerialName(value = "use_delta" )
@SerializedName(value = "use_delta" )
val useDelta: Int = 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