Contents

metadataObjectsCallbackQueue

The dispatch queue on which to execute the delegate’s methods.

Declaration

var metadataObjectsCallbackQueue: dispatch_queue_t? { get }

Discussion

To set the dispatch queue, you must use the setMetadataObjectsDelegate(_:queue:) method.

See Also

Receiving captured metadata objects