Uses of Class
org.robovm.apple.foundation.NSURLSessionConfiguration
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation | |
| org.robovm.apple.foundation |
-
Uses of NSURLSessionConfiguration in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation with parameters of type NSURLSessionConfiguration Modifier and Type Method Description protected static longAVAssetDownloadURLSession. create(NSURLSessionConfiguration configuration, AVAssetDownloadDelegate delegate, NSOperationQueue delegateQueue)Constructors in org.robovm.apple.avfoundation with parameters of type NSURLSessionConfiguration Constructor Description AVAssetDownloadURLSession(NSURLSessionConfiguration configuration, AVAssetDownloadDelegate delegate, NSOperationQueue delegateQueue) -
Uses of NSURLSessionConfiguration in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSURLSessionConfiguration Modifier and Type Method Description static NSURLSessionConfigurationNSURLSessionConfiguration. getBackgroundSessionConfiguration(String identifier)static NSURLSessionConfigurationNSURLSessionConfiguration. getBackgroundSessionConfiguration7(String identifier)Deprecated.Deprecated in iOS 8.0.NSURLSessionConfigurationNSURLSession. getConfiguration()static NSURLSessionConfigurationNSURLSessionConfiguration. getDefaultSessionConfiguration()static NSURLSessionConfigurationNSURLSessionConfiguration. getEphemeralSessionConfiguration()Methods in org.robovm.apple.foundation with parameters of type NSURLSessionConfiguration Modifier and Type Method Description protected static longNSURLSession. create(NSURLSessionConfiguration configuration)protected static longNSURLSession. create(NSURLSessionConfiguration configuration, NSURLSessionDelegate delegate, NSOperationQueue queue)Constructors in org.robovm.apple.foundation with parameters of type NSURLSessionConfiguration Constructor Description NSURLSession(NSURLSessionConfiguration configuration)NSURLSession(NSURLSessionConfiguration configuration, NSURLSessionDelegate delegate, NSOperationQueue queue)