click_ other_ login_ options_ button

@Serializable
data class click_other_login_options_button(val wvId: String? = null) : TrackingEvent

{v2.27.0} 다른 방법으로 시작 버튼 클릭이벤트

Constructors

Link copied to clipboard
constructor(wvId: String? = null)

Properties

Link copied to clipboard
open val eventName: String
Link copied to clipboard
@SerialName(value = "wv_id" )
@SerializedName(value = "wv_id" )
val wvId: String? = null

WideVine ID

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