update_ game_ badge

@Serializable
data class update_game_badge(val gameId: Int = 0, val type: String = "") : TrackingEvent

{v2.27.0} 게임 배지 획득

Constructors

Link copied to clipboard
constructor(gameId: Int = 0, type: 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

게임 ID

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