Uses of Class
org.robovm.apple.dispatch.AutoreleaseFrequency
| Package | Description |
|---|---|
| org.robovm.apple.dispatch |
-
Uses of AutoreleaseFrequency in org.robovm.apple.dispatch
Methods in org.robovm.apple.dispatch that return AutoreleaseFrequency Modifier and Type Method Description static AutoreleaseFrequencyAutoreleaseFrequency. valueOf(long n)Returns the enum constant of this type with the specified name.static AutoreleaseFrequencyAutoreleaseFrequency. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoreleaseFrequency[]AutoreleaseFrequency. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.dispatch with parameters of type AutoreleaseFrequency Modifier and Type Method Description static DispatchQueueAttrDispatchQueue. attrMakeWithAutoreleaseFrequency(DispatchQueueAttr attr, AutoreleaseFrequency frequency)voidDispatchWorkloop. setAutoreleaseFrequency(AutoreleaseFrequency frequency)