static fun identify(@NonNull values: MutableMap<String!, Any!>): Unit
Identifyイベントの送信を行います。
values
- MutableMap<String!, Any!>: Identifyイベントに紐付けるカスタムオブジェクト
static fun identify(@NonNull values: MutableMap<String!, Any!>, @Nullable completion: TrackCompletion?): Unit
Identifyイベントの送信を行います。
values
- MutableMap<String!, Any!>: Identifyイベントに紐付けるカスタムオブジェクト
completion
- TrackCompletion?: 処理の完了を受け取るInterface
static fun identify(@NonNull jsonObject: JSONObject): Unit
Identifyイベントの送信を行います。
jsonObject
- JSONObject: Identifyイベントに紐付けるカスタムオブジェクト
static fun identify(@NonNull jsonObject: JSONObject, @Nullable completion: TrackCompletion?): Unit
Identifyイベントの送信を行います。
jsonObject
- JSONObject: Identifyイベントに紐付けるカスタムオブジェクト
completion
- TrackCompletion?: 処理の完了を受け取るInterface