RSDAsyncActionControllerVendor

public protocol RSDAsyncActionControllerVendor : RSDAsyncActionConfiguration

RSDAsyncActionControllerVendor is an extension of the configuration protocol for configurations that know how to vend a new controller.

  • Instantiate a controller appropriate to this configuration.

    Declaration

    Swift

    func instantiateController(with taskPath: RSDTaskPath) -> RSDAsyncActionController?

    Parameters

    taskPath

    The current task path to use to initialize the controller.

    Return Value

    An async action controller or nil if the async action is not supported on this device.