RestrictedSetProperty

fun <T : Parcelable> RestrictedSetProperty(value: Set<T>?, supportedCombinations: Set<Set<T>>)

Parameters

T

The type of the items in the Set.

value

The value of the property. Can be null if it is temporarily unavailable or invalid.