Enum UIBlurEffectStyle

java.lang.Object
java.lang.Enum<UIBlurEffectStyle>
org.robovm.apple.uikit.UIBlurEffectStyle
All Implemented Interfaces:
Serializable, Comparable<UIBlurEffectStyle>, ValuedEnum

public enum UIBlurEffectStyle
extends Enum<UIBlurEffectStyle>
implements ValuedEnum
  • Enum Constant Details

    • ExtraLight

      public static final UIBlurEffectStyle ExtraLight
    • Light

      public static final UIBlurEffectStyle Light
    • Dark

      public static final UIBlurEffectStyle Dark
    • Regular

      public static final UIBlurEffectStyle Regular
      Since:
      Available in iOS 10.0 and later.
    • Prominent

      public static final UIBlurEffectStyle Prominent
      Since:
      Available in iOS 10.0 and later.
    • SystemUltraThinMaterial

      public static final UIBlurEffectStyle SystemUltraThinMaterial
      Since:
      Available in iOS 13.0 and later.
    • SystemThinMaterial

      public static final UIBlurEffectStyle SystemThinMaterial
      Since:
      Available in iOS 13.0 and later.
    • SystemMaterial

      public static final UIBlurEffectStyle SystemMaterial
      Since:
      Available in iOS 13.0 and later.
    • SystemThickMaterial

      public static final UIBlurEffectStyle SystemThickMaterial
      Since:
      Available in iOS 13.0 and later.
    • SystemChromeMaterial

      public static final UIBlurEffectStyle SystemChromeMaterial
      Since:
      Available in iOS 13.0 and later.
    • SystemUltraThinMaterialLight

      public static final UIBlurEffectStyle SystemUltraThinMaterialLight
      Since:
      Available in iOS 13.0 and later.
    • SystemThinMaterialLight

      public static final UIBlurEffectStyle SystemThinMaterialLight
      Since:
      Available in iOS 13.0 and later.
    • SystemMaterialLight

      public static final UIBlurEffectStyle SystemMaterialLight
      Since:
      Available in iOS 13.0 and later.
    • SystemThickMaterialLight

      public static final UIBlurEffectStyle SystemThickMaterialLight
      Since:
      Available in iOS 13.0 and later.
    • SystemChromeMaterialLight

      public static final UIBlurEffectStyle SystemChromeMaterialLight
      Since:
      Available in iOS 13.0 and later.
    • SystemUltraThinMaterialDark

      public static final UIBlurEffectStyle SystemUltraThinMaterialDark
      Since:
      Available in iOS 13.0 and later.
    • SystemThinMaterialDark

      public static final UIBlurEffectStyle SystemThinMaterialDark
      Since:
      Available in iOS 13.0 and later.
    • SystemMaterialDark

      public static final UIBlurEffectStyle SystemMaterialDark
      Since:
      Available in iOS 13.0 and later.
    • SystemThickMaterialDark

      public static final UIBlurEffectStyle SystemThickMaterialDark
      Since:
      Available in iOS 13.0 and later.
    • SystemChromeMaterialDark

      public static final UIBlurEffectStyle SystemChromeMaterialDark
      Since:
      Available in iOS 13.0 and later.
  • Method Details

    • values

      public static UIBlurEffectStyle[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static UIBlurEffectStyle valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public long value()
      Specified by:
      value in interface ValuedEnum
    • valueOf

      public static UIBlurEffectStyle valueOf​(long n)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      n - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null