LogsUploadStatus

@objc
public enum LogsUploadStatus : Int, CaseIterable

Enumeration of the possible outcomes when log upload has finished.

  • Log upload has completed.

    The log was successfully uploaded to BlackBerry. It would help to provide your BlackBerry App Container ID when contacting BlackBerry.

    Declaration

    Swift

    case completed
  • Log upload failed.

    Declaration

    Swift

    case failed
  • An upload is already in progress. Please try again shortly.

    Declaration

    Swift

    case busy