CertificateUploadState

public enum CertificateUploadState : CustomStringConvertible

Certificate upload state.

  • The certificate upload is in progress.

    Declaration

    Swift

    case uploading
  • The certificate upload was successful.

    Declaration

    Swift

    case success
  • The certificate upload has failed.

    Declaration

    Swift

    case failed
  • The certificate upload has been canceled.

    Declaration

    Swift

    case canceled
  • Debug description.

    Declaration

    Swift

    public var description: String { get }