Package apple.foundation
Interface NSURLSession.Block_downloadTaskWithRequestCompletionHandler
-
- Enclosing class:
- NSURLSession
public static interface NSURLSession.Block_downloadTaskWithRequestCompletionHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcall_downloadTaskWithRequestCompletionHandler(NSURL location, NSURLResponse response, NSError error)
-
-
-
Method Detail
-
call_downloadTaskWithRequestCompletionHandler
void call_downloadTaskWithRequestCompletionHandler(NSURL location, NSURLResponse response, NSError error)
-
-