DJI Mobile SDK Documentation

      class FocusControllerStateCallback

      interface FocusControllerStateCallback
      Package:dji.common.remotecontroller
      Description:

      Callback function that updates the Remote Focus State.

      Class Members:

      Callback Method

      State
      method
      method onUpdate
      void onUpdate(@NonNull FocusControllerState remoteFocusState)
      Package:dji.common.remotecontroller
      Description:

      Callback function that updates the Remote Focus State, only support Focus product. If the isRCRemoteFocusCheckingSupported is true, this callback function will be called.

      Input Parameters:
      @NonNull FocusControllerState remoteFocusStateCurrent state of the Remote Focus state.