getProfileValues

abstract fun getProfileValues(property: String?): Collection<String>

Returns the values for a given profile property. For example, it can return all the values in a list of hobbies, e.g. {"tennis", "soccer"}.

Return

A collection containing the values.

Parameters

property

The profile property to get the values for.