DJI Mobile SDK Documentation

      class ControlRequestCallback

      interface ControlRequestCallback
      Package:dji.common.remotecontroller
      Description:

      The callback will handle the gimbal control request.

      Class Members:

      Callback Method

      State
      method
      method onReceive
      void onReceive(@NonNull Information information)
      Package:dji.common.remotecontroller
      Description:

      Callback function that gets called when a slave Remote Controller makes a request to a master Remote Controller to control the gimbal using the method requestGimbalControlRightWithCallbackBlock.

      Input Parameters:
      @NonNull Information informationInformation of the slave making the request to the master Remote Controller.