Uses of Class
org.robovm.apple.uikit.UIForceTouchCapability
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIForceTouchCapability in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIForceTouchCapability Modifier and Type Method Description UIForceTouchCapabilityUITraitCollection. getForceTouchCapability()static UIForceTouchCapabilityUIForceTouchCapability. valueOf(long n)Returns the enum constant of this type with the specified name.static UIForceTouchCapabilityUIForceTouchCapability. valueOf(String name)Returns the enum constant of this type with the specified name.static UIForceTouchCapability[]UIForceTouchCapability. 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 UIForceTouchCapability Modifier and Type Method Description protected static longUITraitCollection. create(UIForceTouchCapability capability)Constructors in org.robovm.apple.uikit with parameters of type UIForceTouchCapability Constructor Description UITraitCollection(UIForceTouchCapability capability)