identify

fun identify(userProperties: Map<String, Any?>?, options: EventOptions? = null): Amplitude

Identify lets you set the user properties. You can modify user properties by calling this api.

Return

the Amplitude instance

Parameters

userProperties

user properties

options

optional event options


fun identify(identify: Identify, options: EventOptions? = null): Amplitude

Identify lets you to send an Identify object containing user property operations to Amplitude server. You can modify user properties by calling this api.

Return

the Amplitude instance

Parameters

identify

identify object

options

optional event options