class IntelligentFlightInfoListener
interface IntelligentFlightInfoListener
|
Package: | dji.v5.manager.intelligent |
Description:
Intelligent Flight function information listener.
Supported since MSDK 5.14.0
Class Members:
method onIntelligentFlightInfoUpdate
void onIntelligentFlightInfoUpdate(@NonNull IntelligentFlightInfo info)
|
Package: | dji.v5.manager.intelligent |
Description:
This method will be called back when the intelligent flight information changes.
Supported since MSDK 5.14.0
method onIntelligentFlightErrorUpdate
void onIntelligentFlightErrorUpdate(@NonNull IDJIError error)
|
Package: | dji.v5.manager.intelligent |
Description:
This method will be called back when an error occurs in Smart Flight.
Supported since MSDK 5.14.0
@NonNull IDJIError error | Intelligent flight error |