Uses of Class
org.robovm.apple.foundation.NSPostingStyle
| Package | Description |
|---|---|
| org.robovm.apple.foundation |
-
Uses of NSPostingStyle in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSPostingStyle Modifier and Type Method Description static NSPostingStyleNSPostingStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static NSPostingStyleNSPostingStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static NSPostingStyle[]NSPostingStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.foundation with parameters of type NSPostingStyle Modifier and Type Method Description voidNSNotificationQueue. enqueueNotification(NSNotification notification, NSPostingStyle postingStyle)voidNSNotificationQueue. enqueueNotification(NSNotification notification, NSPostingStyle postingStyle, NSNotificationCoalescing coalesceMask, List<String> modes)voidNSNotificationQueue. enqueueNotification(NSNotification notification, NSPostingStyle postingStyle, NSNotificationCoalescing coalesceMask, NSRunLoopMode... modes)