DJI Mobile SDK Documentation

      class Callback

      interface Callback
      Package:dji.common.flightcontroller
      Description:

      This interface provides a delegate method to update the RTK state.

      Class Members:
      method
      method onUpdate
      void onUpdate(@NonNull RTKState state)
      Package:dji.common.flightcontroller
      Description:

      Callback function that updates the RTK state data.

      Input Parameters:
      @NonNull RTKState stateCurrent state of the RTK.