Uses of Class
org.robovm.apple.foundation.NSQualityOfService
| Package | Description |
|---|---|
| org.robovm.apple.cloudkit | |
| org.robovm.apple.foundation |
-
Uses of NSQualityOfService in org.robovm.apple.cloudkit
Methods in org.robovm.apple.cloudkit that return NSQualityOfService Modifier and Type Method Description NSQualityOfServiceCKOperationConfiguration. getQualityOfService()Methods in org.robovm.apple.cloudkit with parameters of type NSQualityOfService Modifier and Type Method Description voidCKOperationConfiguration. setQualityOfService(NSQualityOfService v) -
Uses of NSQualityOfService in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSQualityOfService Modifier and Type Method Description NSQualityOfServiceNSOperation. getQualityOfService()NSQualityOfServiceNSOperationQueue. getQualityOfService()NSQualityOfServiceNSThread. getQualityOfService()static NSQualityOfServiceNSQualityOfService. valueOf(long n)Returns the enum constant of this type with the specified name.static NSQualityOfServiceNSQualityOfService. valueOf(String name)Returns the enum constant of this type with the specified name.static NSQualityOfService[]NSQualityOfService. 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 NSQualityOfService Modifier and Type Method Description voidNSOperation. setQualityOfService(NSQualityOfService v)voidNSOperationQueue. setQualityOfService(NSQualityOfService v)voidNSThread. setQualityOfService(NSQualityOfService v)