set Profile Values
abstract fun setProfileValues(property: String, values: Collection<String>, callback: Callback? = null)
Sets values 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 values for.
values
The profile values to store.
callback
The callback function containing information about the operation.