Uses of Class
org.robovm.apple.foundation.NSURLSessionDelayedRequestDisposition
| Package | Description |
|---|---|
| org.robovm.apple.foundation |
-
Uses of NSURLSessionDelayedRequestDisposition in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSURLSessionDelayedRequestDisposition Modifier and Type Method Description static NSURLSessionDelayedRequestDispositionNSURLSessionDelayedRequestDisposition. valueOf(long n)Returns the enum constant of this type with the specified name.static NSURLSessionDelayedRequestDispositionNSURLSessionDelayedRequestDisposition. valueOf(String name)Returns the enum constant of this type with the specified name.static NSURLSessionDelayedRequestDisposition[]NSURLSessionDelayedRequestDisposition. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.robovm.apple.foundation with type arguments of type NSURLSessionDelayedRequestDisposition Modifier and Type Method Description voidNSURLSessionTaskDelegate. willBeginDelayedRequest(NSURLSession session, NSURLSessionTask task, NSURLRequest request, VoidBlock2<NSURLSessionDelayedRequestDisposition,NSURLRequest> completionHandler)voidNSURLSessionTaskDelegateAdapter. willBeginDelayedRequest(NSURLSession session, NSURLSessionTask task, NSURLRequest request, VoidBlock2<NSURLSessionDelayedRequestDisposition,NSURLRequest> completionHandler)