Contents

addAction(_:)

Submit a custom action tied to this interaction. If the interaction gets canceled, all the associated actions will be automatically rolled back.

Declaration

func addAction(_ action: some CustomAction)

Parameters

  • action:

    The action to submit.

See Also

Performing actions