open_ google_ play

@Serializable
data class open_google_play(val packageName: String = "", val gameId: Int = 0, val attributionLink: String? = null) : TrackingEvent

{v2.26.5} 구글 플레이로 이동

Constructors

Link copied to clipboard
constructor(packageName: String = "", gameId: Int = 0, attributionLink: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "attribution_link" )
@SerializedName(value = "attribution_link" )
val attributionLink: String? = null
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 = "package_name" )
@SerializedName(value = "package_name" )
val packageName: 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