SyncStatus

public enum SyncStatus : UInt, Equatable, Sendable

Status of a digital card sync operation

  • Digital card synchronization is successful.

    Declaration

    Swift

    case success = 1
  • Digital card synchronization has failed.

    Declaration

    Swift

    case fail = 2
  • A bried description of the status returned during Token Sync.

    Declaration

    Swift

    public var description: String { get }