purchase_ storeItem_ purchase Pop Up

@Serializable
data class purchase_storeItem_purchasePopUp(val id: Int = 0, val name: String = "", val category: String? = null, val priceType: String = "", val price: Int = 0) : TrackingEvent

{v2.33.0} 플레이오 상품 팝업에서 구매 버튼 클릭

Constructors

Link copied to clipboard
constructor(id: Int = 0, name: String = "", category: String? = null, priceType: String = "", price: Int = 0)

Properties

Link copied to clipboard
@SerialName(value = "category" )
@SerializedName(value = "category" )
val category: String? = null
Link copied to clipboard
open val eventName: String
Link copied to clipboard
@SerialName(value = "id" )
@SerializedName(value = "id" )
val id: Int = 0
Link copied to clipboard
@SerialName(value = "name" )
@SerializedName(value = "name" )
val name: String
Link copied to clipboard
@SerialName(value = "price" )
@SerializedName(value = "price" )
val price: Int = 0
Link copied to clipboard
@SerialName(value = "price_type" )
@SerializedName(value = "price_type" )
val priceType: 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