class LDMCallback
Package: | dji.sdk.sdkmanager |
Description:
LDM callback interface, callback will always be invoked in background thread.
Class Members:
Callback Method
method onLDMEnabledChange
void onLDMEnabledChange(boolean isEnabled)
|
Package: | dji.sdk.sdkmanager |
Description:
Called when the LDM availability is changed.
boolean isEnabled | TRUE if LDM enabled. |
method onLDMSupportedChange
void onLDMSupportedChange(boolean isSupported)
|
Package: | dji.sdk.sdkmanager |
Description:
If the value changes to false, LDM will be disable after 5 minutes
boolean isSupported | TRUE if LDM is supported. |