LUAPIConnection Class Reference
Inherits from | NSObject |
Declared in | LUAPIConnection.h LUAPIConnection.m |
Overview
LUAPIConnection
represents a connection to the LevelUp API. This object is returned by the
performRequest:success:failure
method of LUAPIClient
.
Properties
failureCallbackQueue
The callback dispatch queue on failure. If NULL
(default), the main queue is used.
@property (nonatomic, assign) dispatch_queue_t failureCallbackQueue
Discussion
The callback dispatch queue on failure. If NULL
(default), the main queue is used.
Declared In
LUAPIConnection.h