setProfileValue

open override fun setProfileValue(property: String, value: String?)

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

Parameters

property

The profile property to add the value for.

value

The profile value to store.