Called when a component object changes. Note: if the component is disconnected, this method will not be called, pls use ComponentListener to listen the disconnect event of any component.
voidonDatabaseDownloadProgress(long current, long total)
Package:
dji.sdk.sdkmanager
Description:
Called when Fly Safe database download progress is updated. Mobile SDK will download the database when registerApp is invoked, if "fly-safe-database" is excluded in build.gradle. Please find onRegister for updated error.