BlackBerry Dynamics for .NET Maui  12.0.0.9
Runtime library for .NET Maui applications
BBDXamarinForms.Common.Interfaces.LogManager.Enums Namespace Reference

Enumerations

enum  BBDLogUploadState {
  BBDLogUploadState.Idle, BBDLogUploadState.InProgress, BBDLogUploadState.Completed,
  BBDLogUploadState.Cancelled, BBDLogUploadState.Suspended, BBDLogUploadState.Resumed
}
 

Enumeration Type Documentation

◆ BBDLogUploadState

Use the constants in this enumeration to check the current state of BlackBerry Dynamics activity log upload.

The IBBDLogManager.UploadState property always takes one of these values.

It is only necessary to check the log upload state if the application implements its own log upload monitoring user interface instead of using the built-in user interface. See IBBDLogManager.OpenLogUploadUI method documentation.

Enumerator
Idle 

Log upload hasn't been started. This is the initial state.

InProgress 

Log upload has been started and is now underway.

Completed 

Log upload has finished.

Cancelled 

The last log upload operation was cancelled. A new upload hasn't been started.

Suspended 

Log upload has been started but is currently suspended.

Resumed 

Log upload was suspended but has now been resumed.