VSSRequestCompletionHandler Block Reference

Declared in VSSRequest.h

Block Definition

VSSRequestCompletionHandler

Callback for operation completion.

typedef void (^VSSRequestCompletionHandler) (VSSRequest *__nonnull, request ), ; extern, const NSTimeInterval, kVSSRequestDefaultTimeout ;, extern NSString, * __nonnull, const kVSSRequestDefaultMethod, ; extern, NSString *__nonnull, const kVSSRequestErrorDomain, ; extern, const NSInteger, kVSSRequestClientErrorCode ;, extern const, NSInteger kVSSRequestCancelledErrorCode, ; extern, NSString *__nonnull, const kVSSRequestCancelledErrorDescription, ; extern, NSString *__nonnull, const kVSSAccessTokenHeader, ; extern, NSString *__nonnull, const kVSSRequestIDHeader, ; extern, NSString *__nonnull, const kVSSRequestSignHeader, ; extern, NSString *__nonnull, const kVSSRequestSignCardIDHeader, ; extern, NSString *__nonnull, const kVSSResponseSignHeader, ; extern, NSString *__nonnull, const kVSSResponseIDHeader, ; @interface, VSSRequest :, NSObject @property, ( nonatomic, strong ,, readonly ), VSSRequestContext *__nonnull, context ;, @property (, nonatomic ,, strong ,, readonly ), NSURLRequest *__nonnull, request ;, @property (, nonatomic ,, strong ,, readonly ), NSHTTPURLResponse *__nullable, response ;, @property (, nonatomic ,, strong ,, readonly ), NSError *__nullable, error ;, @property (, nonatomic ,, strong ,, readonly ), NSData *__nullable, responseBody ;, @property (, nonatomic ,, copy ), VSSRequestCompletionHandler __nullable, completionHandler ;, - (, instancetype __nonnull, ) initWithContext, : (, VSSRequestContext *__nonnull)

Declared In

VSSRequest.h