Uses of Class
org.robovm.apple.uikit.UITouchType
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UITouchType in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UITouchType Modifier and Type Method Description UITouchTypeUITouch. getType()static UITouchTypeUITouchType. valueOf(long n)Returns the enum constant of this type with the specified name.static UITouchTypeUITouchType. valueOf(String name)Returns the enum constant of this type with the specified name.static UITouchType[]UITouchType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.uikit that return types with arguments of type UITouchType Modifier and Type Method Description List<UITouchType>UIGestureRecognizer. getAllowedTouchTypes()static List<UITouchType>UITouchType.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Method parameters in org.robovm.apple.uikit with type arguments of type UITouchType Modifier and Type Method Description voidUIGestureRecognizer. setAllowedTouchTypes(List<UITouchType> v)static longUITouchType.AsListMarshaler. toNative(List<UITouchType> l, long flags)