Uses of Class
org.robovm.apple.uikit.UIAccessibilityCustomSystemRotorType
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIAccessibilityCustomSystemRotorType in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIAccessibilityCustomSystemRotorType Modifier and Type Method Description UIAccessibilityCustomSystemRotorTypeUIAccessibilityCustomRotor. getSystemRotorType()static UIAccessibilityCustomSystemRotorTypeUIAccessibilityCustomSystemRotorType. valueOf(long n)Returns the enum constant of this type with the specified name.static UIAccessibilityCustomSystemRotorTypeUIAccessibilityCustomSystemRotorType. valueOf(String name)Returns the enum constant of this type with the specified name.static UIAccessibilityCustomSystemRotorType[]UIAccessibilityCustomSystemRotorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.uikit with parameters of type UIAccessibilityCustomSystemRotorType Modifier and Type Method Description protected longUIAccessibilityCustomRotor. init(UIAccessibilityCustomSystemRotorType type, Block1<UIAccessibilityCustomRotorSearchPredicate,UIAccessibilityCustomRotorItemResult> itemSearchBlock)Constructors in org.robovm.apple.uikit with parameters of type UIAccessibilityCustomSystemRotorType Constructor Description UIAccessibilityCustomRotor(UIAccessibilityCustomSystemRotorType type, Block1<UIAccessibilityCustomRotorSearchPredicate,UIAccessibilityCustomRotorItemResult> itemSearchBlock)