public interface UIConfigurationState extends NSCopying, NSSecureCoding
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
customStateForKey(java.lang.String key)
Returns the custom state for the specified key.
|
UIConfigurationState |
initWithTraitCollection(UITraitCollection traitCollection)
Returns a new instance with the specified trait collection.
|
java.lang.Object |
objectForKeyedSubscript(java.lang.String key) |
void |
setCustomStateForKey(java.lang.Object customState,
java.lang.String key)
Sets the custom state for the specified key.
|
void |
setObjectForKeyedSubscript(java.lang.Object obj,
java.lang.String key) |
void |
setTraitCollection(UITraitCollection value) |
UITraitCollection |
traitCollection() |
copyWithZone_supportsSecureCodingencodeWithCoder, initWithCoderjava.lang.Object customStateForKey(java.lang.String key)
UIConfigurationState initWithTraitCollection(UITraitCollection traitCollection)
java.lang.Object objectForKeyedSubscript(java.lang.String key)
void setCustomStateForKey(java.lang.Object customState,
java.lang.String key)
void setObjectForKeyedSubscript(java.lang.Object obj,
java.lang.String key)
void setTraitCollection(UITraitCollection value)
UITraitCollection traitCollection()