getStringSet

open fun getStringSet(@NonNull key: String, @Nullable defValues: Set<String>): Set<String>(source)

Retrieves a set of Strings from the data store.

Return

The values from the data store or the default return values

Parameters

key

The name of the preference to retrieve

defValues

Values to return if this preference does not exist in the storage

See also