set User Property
abstract fun setUserProperty(key: String, value: String, update: Boolean)
Content copied to clipboard
Is called when the app sends a user property.
Parameters
key
The key of the user property
value
The value of the user property
update
Whether the user property should be updated or not