play_ game_ playio Report Detail

@Serializable
data class play_game_playioReportDetail(val id: Int = 0, val name: String? = null, val genre: String? = null, val xpType: String? = null, val isPromo: Int? = null, val isInstall: Boolean? = null, val order: Int = 0, val userId: Int = 0, val packageId: Int? = null) : TrackingEvent

{v2.33.0} 플레이오 리포트 화면에서 게임 플레이 클릭

Constructors

Link copied to clipboard
constructor(id: Int = 0, name: String? = null, genre: String? = null, xpType: String? = null, isPromo: Int? = null, isInstall: Boolean? = null, order: Int = 0, userId: Int = 0, packageId: Int? = null)

Properties

Link copied to clipboard
open val eventName: String
Link copied to clipboard
@SerialName(value = "genre" )
@SerializedName(value = "genre" )
val genre: String? = null
Link copied to clipboard
@SerialName(value = "id" )
@SerializedName(value = "id" )
val id: Int = 0
Link copied to clipboard
@SerialName(value = "is_install" )
@SerializedName(value = "is_install" )
val isInstall: Boolean? = null
Link copied to clipboard
@SerialName(value = "is_promo" )
@SerializedName(value = "is_promo" )
val isPromo: Int? = null
Link copied to clipboard
@SerialName(value = "name" )
@SerializedName(value = "name" )
val name: String? = null
Link copied to clipboard
@SerialName(value = "order" )
@SerializedName(value = "order" )
val order: Int = 0
Link copied to clipboard
@SerialName(value = "package_id" )
@SerializedName(value = "package_id" )
val packageId: Int? = null
Link copied to clipboard
@SerialName(value = "user_id" )
@SerializedName(value = "user_id" )
val userId: Int = 0
Link copied to clipboard
@SerialName(value = "xp_type" )
@SerializedName(value = "xp_type" )
val xpType: String? = null

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