• BlackBerry Dynamics
  • Runtime library for Android applications
  • 12.0.1.79
GDLogUploadState Enum Reference

BlackBerry Dynamics log upload state. More...

Description

Use the constants in this enumeration to check the current state of BlackBerry Dynamics activity log upload. The GDLogManager.getUploadState method always returns 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 the GDLogManager.openLogUploadUI method documentation.

Public Attributes

 Idle
 Log upload hasn't been started. More...
 
 InProgress
 Log upload has been started and is now underway.
 
 Completed
 Log upload has finished.
 
 Cancelled
 The last log upload operation was cancelled. More...
 
 Suspended
 Log upload has been started but is currently suspended.
 
 Resumed
 Log upload was suspended but has now been resumed.
 

Member Data Documentation

◆ Idle

Idle

This is the initial state.

◆ Cancelled

Cancelled

A new upload hasn't been started.