accept_ offerwall Mission_ offerwall Mission Detail

@Serializable
data class accept_offerwallMission_offerwallMissionDetail(val category: String = "", val delta: Int = 0, val eventType: String = "", val id: Int = 0, val isEvent: Boolean = false, val name: String = "", val offerwallType: String = "", val subCategory: String = "") : TrackingEvent

{v2.42.0} 오퍼월 미션 수락 클릭

Constructors

constructor(category: String = "", delta: Int = 0, eventType: String = "", id: Int = 0, isEvent: Boolean = false, name: String = "", offerwallType: String = "", subCategory: String = "")

Properties

Link copied to clipboard
@SerialName(value = "category" )
@SerializedName(value = "category" )
val category: String
Link copied to clipboard
@SerialName(value = "delta" )
@SerializedName(value = "delta" )
val delta: Int = 0
Link copied to clipboard
open val eventName: String
Link copied to clipboard
@SerialName(value = "event_type" )
@SerializedName(value = "event_type" )
val eventType: String
Link copied to clipboard
@SerialName(value = "id" )
@SerializedName(value = "id" )
val id: Int = 0
Link copied to clipboard
@SerialName(value = "is_event" )
@SerializedName(value = "is_event" )
val isEvent: Boolean = false
Link copied to clipboard
@SerialName(value = "name" )
@SerializedName(value = "name" )
val name: String
Link copied to clipboard
@SerialName(value = "offerwall_type" )
@SerializedName(value = "offerwall_type" )
val offerwallType: String
Link copied to clipboard
@SerialName(value = "sub_category" )
@SerializedName(value = "sub_category" )
val subCategory: 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