Uses of Class
org.robovm.apple.corefoundation.CFRunLoopExitReason
| Package | Description |
|---|---|
| org.robovm.apple.corefoundation |
-
Uses of CFRunLoopExitReason in org.robovm.apple.corefoundation
Methods in org.robovm.apple.corefoundation that return CFRunLoopExitReason Modifier and Type Method Description static CFRunLoopExitReasonCFRunLoop. runInMode(String mode, double seconds, boolean returnAfterSourceHandled)static CFRunLoopExitReasonCFRunLoop. runInMode(CFRunLoopMode mode, double seconds, boolean returnAfterSourceHandled)static CFRunLoopExitReasonCFRunLoopExitReason. valueOf(long n)Returns the enum constant of this type with the specified name.static CFRunLoopExitReasonCFRunLoopExitReason. valueOf(String name)Returns the enum constant of this type with the specified name.static CFRunLoopExitReason[]CFRunLoopExitReason. values()Returns an array containing the constants of this enum type, in the order they are declared.