Uses of Class
org.robovm.apple.foundation.NSURLSessionResponseDisposition
| Package | Description |
|---|---|
| org.robovm.apple.foundation |
-
Uses of NSURLSessionResponseDisposition in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSURLSessionResponseDisposition Modifier and Type Method Description static NSURLSessionResponseDispositionNSURLSessionResponseDisposition. valueOf(long n)Returns the enum constant of this type with the specified name.static NSURLSessionResponseDispositionNSURLSessionResponseDisposition. valueOf(String name)Returns the enum constant of this type with the specified name.static NSURLSessionResponseDisposition[]NSURLSessionResponseDisposition. 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 NSURLSessionResponseDisposition Modifier and Type Method Description voidNSURLSessionDataDelegate. didReceiveResponse(NSURLSession session, NSURLSessionDataTask dataTask, NSURLResponse response, VoidBlock1<NSURLSessionResponseDisposition> completionHandler)voidNSURLSessionDataDelegateAdapter. didReceiveResponse(NSURLSession session, NSURLSessionDataTask dataTask, NSURLResponse response, VoidBlock1<NSURLSessionResponseDisposition> completionHandler)