identify
Identifyイベントの送信を行います。
Parameters
userId
ユーザーを識別する一意なID
Identifyイベントの送信を行います。
Parameters
userId
ユーザーを識別する一意なID
values
Identifyイベントに紐付けるカスタムオブジェクト
open fun identify(@NonNull userId: String, @Nullable values: Map<String, out Any>, @Nullable completion: TrackCompletion)
Identifyイベントの送信を行います。
Parameters
userId
ユーザーを識別する一意なID
values
Identifyイベントに紐付けるカスタムオブジェクト
completion
処理の完了を受け取るInterface
Identifyイベントの送信を行います。
Parameters
userId
ユーザーを識別する一意なID
jsonObject
Identifyイベントに紐付けるカスタムオブジェクト
open fun identify(@NonNull userId: String, @Nullable jsonObject: JSONObject, @Nullable completion: TrackCompletion)
Identifyイベントの送信を行います。
Parameters
userId
ユーザーを識別する一意なID
jsonObject
Identifyイベントに紐付けるカスタムオブジェクト
completion
処理の完了を受け取るInterface
Deprecated
Identifyイベントの送信を行います。
Deprecated
userIdが必須になりました identify
Parameters
values
Identifyイベントに紐付けるカスタムオブジェクト
Deprecated
Identifyイベントの送信を行います。
Deprecated
userIdが必須になりました identify
Parameters
values
Identifyイベントに紐付けるカスタムオブジェクト
completion
処理の完了を受け取るInterface
Deprecated
Identifyイベントの送信を行います。
Deprecated
userIdが必須になりました identify
Parameters
jsonObject
Identifyイベントに紐付けるカスタムオブジェクト
Deprecated
Identifyイベントの送信を行います。
Deprecated
userIdが必須になりました identify
Parameters
jsonObject
Identifyイベントに紐付けるカスタムオブジェクト
completion
処理の完了を受け取るInterface