interface Callback |
Package: | dji.common.flightcontroller.accesslocker |
An interface for obtaining AccessLockerState
.
void onUpdate(@NonNull AccessLockerState state) |
Package: | dji.common.flightcontroller.accesslocker |
Callback function that updates the access locker state.
@NonNull AccessLockerState state | The access locker state. Use this state to check if security code is required to unlock the aircraft. |
{{searchCount}} Results