TransactionType

public enum TransactionType

Indicates the type of transaction provided by the implementation.

  • api

    The transaction interacts with an API endpoint.

    Declaration

    Swift

    case api
  • The transaction interacts with a media server.

    Declaration

    Swift

    case media