Uses of Interface
org.robovm.apple.foundation.NSURLSessionDelegate
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation | |
| org.robovm.apple.foundation |
-
Uses of NSURLSessionDelegate in org.robovm.apple.avfoundation
Subinterfaces of NSURLSessionDelegate in org.robovm.apple.avfoundation Modifier and Type Interface Description interfaceAVAssetDownloadDelegateClasses in org.robovm.apple.avfoundation that implement NSURLSessionDelegate Modifier and Type Class Description classAVAssetDownloadDelegateAdapter -
Uses of NSURLSessionDelegate in org.robovm.apple.foundation
Subinterfaces of NSURLSessionDelegate in org.robovm.apple.foundation Modifier and Type Interface Description interfaceNSURLSessionDataDelegateinterfaceNSURLSessionDownloadDelegateinterfaceNSURLSessionStreamDelegateinterfaceNSURLSessionTaskDelegateinterfaceNSURLSessionWebSocketDelegateClasses in org.robovm.apple.foundation that implement NSURLSessionDelegate Modifier and Type Class Description classNSURLSessionDataDelegateAdapterclassNSURLSessionDelegateAdapterclassNSURLSessionDownloadDelegateAdapterclassNSURLSessionStreamDelegateAdapterclassNSURLSessionTaskDelegateAdapterclassNSURLSessionWebSocketDelegateAdapterMethods in org.robovm.apple.foundation that return NSURLSessionDelegate Modifier and Type Method Description NSURLSessionDelegateNSURLSession. getDelegate()Methods in org.robovm.apple.foundation with parameters of type NSURLSessionDelegate Modifier and Type Method Description protected static longNSURLSession. create(NSURLSessionConfiguration configuration, NSURLSessionDelegate delegate, NSOperationQueue queue)Constructors in org.robovm.apple.foundation with parameters of type NSURLSessionDelegate Constructor Description NSURLSession(NSURLSessionConfiguration configuration, NSURLSessionDelegate delegate, NSOperationQueue queue)