copy_ gameCoupon_ mail Item Detail

@Serializable
data class copy_gameCoupon_mailItemDetail(val gameId: Int = 0, val mailItemId: Int = 0, val code: String = "") : TrackingEvent

{v2.34.0} 알림 상세화면에서 게임 쿠폰 복사 클릭

Constructors

Link copied to clipboard
constructor(gameId: Int = 0, mailItemId: Int = 0, code: String = "")

Properties

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