reward_ offerwall Mission_ offerwall Mission Detail

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

{v2.42.0} 오퍼월 미션 보상 수령 클릭

Constructors

constructor(id: Int = 0, name: String = "", eventType: String = "", isEvent: Boolean = false, category: String = "", type: String = "", rewardType: String = "", delta: Int = 0, status: 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

multiple_2

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 = "reward_type" )
@SerializedName(value = "reward_type" )
val rewardType: String
Link copied to clipboard
@SerialName(value = "status" )
@SerializedName(value = "status" )
val status: String
Link copied to clipboard
@SerialName(value = "sub_category" )
@SerializedName(value = "sub_category" )
val subCategory: 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