RSDAsyncActionVendor

public protocol RSDAsyncActionVendor : RSDAsyncActionConfiguration

RSDAsyncActionVendor 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 taskViewModel: RSDPathComponent) -> RSDAsyncAction?

    Parameters

    taskViewModel

    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.