ProgressCallback

A callback used to access the progress of a single App download.

Functions

Link copied to clipboard
abstract fun onAppComplete(failResult: FailResult)

Called when an application is finished syncing but it failed.

abstract fun onAppComplete(syncResult: SyncResult)

Called when an application is finished syncing and completed successfully.

Link copied to clipboard
abstract fun onProgress(appId: String, progress: Double)

Called when a file finishes downloading and provides the current progress of the App download.

Link copied to clipboard
abstract fun onSyncComplete()

Called when the sync process for one or more apps is finished running.