LogCollectionUploadState

public enum LogCollectionUploadState : Int

Used to notify if log collection upload have been succesfully delivered or not.

  • Delivery in progress.

    Declaration

    Swift

    case InProgress = 0
  • Log collection upload successfully delivered and acknowledged by remote end point.

    Declaration

    Swift

    case Delivered = 1
  • Log collection upload was not delivered.

    Declaration

    Swift

    case NotDelivered = 2