view_ offerwall Mission Detail

@Serializable
data class view_offerwallMissionDetail(val eventType: String = "", val isEvent: Boolean = false, val source: String = "", val sourceKey: String? = null, val status: String = "") : TrackingEvent

{v2.42.0} 오퍼월 미션 화면 뷰

Constructors

Link copied to clipboard
constructor(eventType: String = "", isEvent: Boolean = false, source: String = "", sourceKey: String? = null, status: String = "")

Properties

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

multiple_2

Link copied to clipboard
@SerialName(value = "is_event" )
@SerializedName(value = "is_event" )
val isEvent: Boolean = false
Link copied to clipboard
@SerialName(value = "source" )
@SerializedName(value = "source" )
val source: String
Link copied to clipboard
@SerialName(value = "source_key" )
@SerializedName(value = "source_key" )
val sourceKey: String? = null
Link copied to clipboard
@SerialName(value = "status" )
@SerializedName(value = "status" )
val status: 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