InteractorRequestMethod

public enum InteractorRequestMethod

A type that represents whether an interactor request should be made using concurrency or not.

  • Represents an interactor request that should be made synchronously.

    Declaration

    Swift

    case sync
  • Represents an interactor request that should be made using concurrency.

    Declaration

    Swift

    case async