impression_ permission_ pop Up Detail

@Serializable
data class impression_permission_popUpDetail(val source: String = "", val sourceKey: String? = null) : TrackingEvent

{v2.33.0} 팝업 화면에서 권한 설정 노출

Constructors

Link copied to clipboard
constructor(source: String = "", sourceKey: String? = null)

Properties

Link copied to clipboard
open val eventName: String
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

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