getPersistedStringSet

open fun getPersistedStringSet(defaultReturnValue: Set<String>): Set<String>(source)

Attempts to get a persisted set of Strings if this preference is persistent.

Return

The value from the storage or the default return value

Parameters

defaultReturnValue

The default value to return if either this preference is not persistent or this preference is not present.

See also