Uses of Class
org.robovm.apple.corehaptic.CHHapticEngineStoppedReason
| Package | Description |
|---|---|
| org.robovm.apple.corehaptic |
-
Uses of CHHapticEngineStoppedReason in org.robovm.apple.corehaptic
Methods in org.robovm.apple.corehaptic that return CHHapticEngineStoppedReason Modifier and Type Method Description static CHHapticEngineStoppedReasonCHHapticEngineStoppedReason. valueOf(long n)Returns the enum constant of this type with the specified name.static CHHapticEngineStoppedReasonCHHapticEngineStoppedReason. valueOf(String name)Returns the enum constant of this type with the specified name.static CHHapticEngineStoppedReason[]CHHapticEngineStoppedReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.corehaptic that return types with arguments of type CHHapticEngineStoppedReason Modifier and Type Method Description VoidBlock1<CHHapticEngineStoppedReason>CHHapticEngine. getStoppedHandler()Method parameters in org.robovm.apple.corehaptic with type arguments of type CHHapticEngineStoppedReason Modifier and Type Method Description voidCHHapticEngine. setStoppedHandler(VoidBlock1<CHHapticEngineStoppedReason> v)