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