setValueAsync

suspend fun setValueAsync(property: String, value: String): Result

Sets a value on the profile. Passing a property that was already set with values will cause for the old values to be removed.

Return

The result of the operation.

Parameters

property

The profile property to add the value for.

value

The profile value to store.