Contents

delegateQueue

The dispatch queue through which the session calls your delegate methods.

Declaration

var delegateQueue: dispatch_queue_t? { get set }

Discussion

If this value is nil (the default), the session calls your delegate methods on the main queue.

See Also

Responding to events