groupIdentify

fun groupIdentify(groupType: String, groupName: String, groupProperties: Map<String, Any?>?, options: EventOptions? = null): Amplitude

Identify a group. You can modify group properties by calling this api.

Return

the Amplitude instance

Parameters

groupType

the group type

groupName

the group name

groupProperties

the group properties

options

optional event options


fun groupIdentify(groupType: String, groupName: String, identify: Identify, options: EventOptions? = null): Amplitude

Identify a group. You can modify group properties by calling this api.

Return

the Amplitude instance

Parameters

groupType

the group type

groupName

the group name

identify

identify object

options

optional event options