Package apple.foundation
Interface NSURLSession.Block_getTasksWithCompletionHandler
-
- Enclosing class:
- NSURLSession
public static interface NSURLSession.Block_getTasksWithCompletionHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcall_getTasksWithCompletionHandler(NSArray<? extends NSURLSessionDataTask> dataTasks, NSArray<? extends NSURLSessionUploadTask> uploadTasks, NSArray<? extends NSURLSessionDownloadTask> downloadTasks)
-
-
-
Method Detail
-
call_getTasksWithCompletionHandler
void call_getTasksWithCompletionHandler(NSArray<? extends NSURLSessionDataTask> dataTasks, NSArray<? extends NSURLSessionUploadTask> uploadTasks, NSArray<? extends NSURLSessionDownloadTask> downloadTasks)
-
-