Event

open class Event

イベントを表現するクラスです。

Inheritors

Constructors

Link copied to clipboard
constructor(eventName: EventName, jsonObject: JSONObject? = null, isRetryable: Boolean? = null, libraryName: String? = null)

JSONObject による初期化

constructor(eventName: EventName, jsonObject: JSONObject? = null, isRetryable: Boolean? = null)

JSONObject による初期化

constructor(eventName: EventName, values: Values? = null, isRetryable: Boolean? = null, libraryName: String? = null)

Values による初期化

constructor(eventName: EventName, values: Values? = null, isRetryable: Boolean? = null)

Values による初期化

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

イベント名

Link copied to clipboard
Link copied to clipboard

イベントに紐付けるカスタムオブジェクト