Uses of Class
org.robovm.apple.uikit.UIPressType
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIPressType in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIPressType Modifier and Type Method Description UIPressTypeUIPress. getType()static UIPressTypeUIPressType. valueOf(long n)Returns the enum constant of this type with the specified name.static UIPressTypeUIPressType. valueOf(String name)Returns the enum constant of this type with the specified name.static UIPressType[]UIPressType. 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 UIPressType Modifier and Type Method Description List<UIPressType>UIGestureRecognizer. getAllowedPressTypes()static List<UIPressType>UIPressType.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Method parameters in org.robovm.apple.uikit with type arguments of type UIPressType Modifier and Type Method Description voidUIGestureRecognizer. setAllowedPressTypes(List<UIPressType> v)static longUIPressType.AsListMarshaler. toNative(List<UIPressType> l, long flags)