impression_ offerwall_ mission

@Serializable
data class impression_offerwall_mission(val id: String = "", val type: String = "", val impressionUrl: String = "") : TrackingEvent

{v2.27.0} 오퍼월V3 버즈빌 미션 노출

Constructors

Link copied to clipboard
constructor(id: String = "", type: String = "", impressionUrl: String = "")

Properties

Link copied to clipboard
open val eventName: String
Link copied to clipboard
@SerialName(value = "id" )
@SerializedName(value = "id" )
val id: String

미션 ID

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