click_ offerwall Mission_ offerwall Detail

@Serializable
data class click_offerwallMission_offerwallDetail(val id: String = "", val name: String = "", val category: String = "", val type: String = "", val rewardType: String = "", val delta: Int = 0, val status: String = "", val order: Int = 0) : TrackingEvent

{v2.33.0} 코인사냥 화면에서 코인사냥 미션 클릭

Constructors

Link copied to clipboard
constructor(id: String = "", name: String = "", category: String = "", type: String = "", rewardType: String = "", delta: Int = 0, status: String = "", order: Int = 0)

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 = "id" )
@SerializedName(value = "id" )
val id: String
Link copied to clipboard
@SerialName(value = "name" )
@SerializedName(value = "name" )
val name: String
Link copied to clipboard
@SerialName(value = "order" )
@SerializedName(value = "order" )
val order: Int = 0
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 = "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