identify
abstract fun identify(distinctId: String, userProperties: Map<String, Any>? = null, userPropertiesSetOnce: Map<String, Any>? = null)
Identifies the user Docs https://posthog.com/docs/product-analytics/identify
Parameters
distinct Id
the distinctId
user Properties
the user properties, set as a "$set" property, Docs https://posthog.com/docs/product-analytics/user-properties
user Properties Set Once
the user properties to set only once, set as a "$set_once" property, Docs https://posthog.com/docs/product-analytics/user-properties
Identifies the user Docs https://posthog.com/docs/product-analytics/identify
Parameters
distinct Id
the distinctId
Identifies the user Docs https://posthog.com/docs/product-analytics/identify
Parameters
distinct Id
the distinctId
user Properties
the user properties, set as a "$set" property, Docs https://posthog.com/docs/product-analytics/user-properties