Contents

init(source:clientQueue:)

Creates an extension provider with the specified source and dispatch queue.

Declaration

init(source: any CMIOExtensionProviderSource, clientQueue: dispatch_queue_t?)

Parameters

  • source:

    An extension-specific object that conforms to the Cmioextensionprovidersource protocol.

  • clientQueue:

    A client dispatch queue, or nil to use the default queue.