BVURLSessionDelegate Protocol Reference

Conforms to NSObject
Declared in BVURLSessionDelegate.h

– URLSessionForBVObject: required method

- (nonnull NSURLSession *)URLSessionForBVObject:(nullable id)bvObject

– URLSessionTask:fromBVObject:withURLSession: required method

- (void)URLSessionTask:(nonnull NSURLSessionTask *)urlSessionTask fromBVObject:(nonnull id)bvObject withURLSession:(nonnull NSURLSession *)session