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

operation

An NSOperation for this request.

@property (nonatomic, strong, readonly) NSOperation *operation

Discussion

An NSOperation for this request.

Declared In

LUAPIConnection.h

successCallbackQueue

The callback dispatch queue on success. If NULL (default), the main queue is used.

@property (nonatomic, assign) dispatch_queue_t successCallbackQueue

Discussion

The callback dispatch queue on success. If NULL (default), the main queue is used.

Declared In

LUAPIConnection.h