Package apple.foundation
Interface NSURLSession.Block_dataTaskWithURLCompletionHandler
-
- Enclosing class:
- NSURLSession
public static interface NSURLSession.Block_dataTaskWithURLCompletionHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcall_dataTaskWithURLCompletionHandler(NSData data, NSURLResponse response, NSError error)
-
-
-
Method Detail
-
call_dataTaskWithURLCompletionHandler
void call_dataTaskWithURLCompletionHandler(NSData data, NSURLResponse response, NSError error)
-
-