save_ showingOff_ showing Off Write Detail

@Serializable
data class save_showingOff_showingOffWriteDetail(val gameId: Int = 0, val gameName: String = "", val gameXpType: String = "") : TrackingEvent

{v.2.39.0} 자랑하기 저장

Constructors

Link copied to clipboard
constructor(gameId: Int = 0, gameName: String = "", gameXpType: String = "")

Properties

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_name" )
@SerializedName(value = "game_name" )
val gameName: String
Link copied to clipboard
@SerialName(value = "game_xp_type" )
@SerializedName(value = "game_xp_type" )
val gameXpType: 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