Interface UIConfigurationState

    • Method Detail

      • customStateForKey

        java.lang.Object customStateForKey​(java.lang.String key)
        Returns the custom state for the specified key.
      • initWithTraitCollection

        java.lang.Object initWithTraitCollection​(UITraitCollection traitCollection)
        Returns a new instance with the specified trait collection.
      • objectForKeyedSubscript

        java.lang.Object objectForKeyedSubscript​(java.lang.String key)
      • setCustomStateForKey

        void setCustomStateForKey​(java.lang.Object customState,
                                  java.lang.String key)
        Sets the custom state for the specified key.
      • setObjectForKeyedSubscript

        void setObjectForKeyedSubscript​(java.lang.Object obj,
                                        java.lang.String key)