DJI Mobile SDK Documentation

      class IntelligentBoxInfoListener

      interface IntelligentBoxInfoListener
      Package:dji.v5.manager.aircraft.aibox
      Description:

      Listener of intelligent box basic information.

      Supported since MSDK 5.15.0

      Class Members:
      method onBoxInfoUpdate
      void onBoxInfoUpdate(IntelligentBoxInfo info)
      Package:dji.v5.manager.aircraft.aibox
      Description:

      When the intelligent basic information changes, this method will be called back.

      Supported since MSDK 5.15.0

      Input Parameters:
      IntelligentBoxInfo infoIntelligent box basic information.
      method onBoxAppInfoUpdate
      void onBoxAppInfoUpdate(List<IntelligentBoxAppInfo> infos)
      Package:dji.v5.manager.aircraft.aibox
      Description:

      When the intelligent box app basic information changes, this method will be called back.

      Supported since MSDK 5.15.0

      Input Parameters:
      List<IntelligentBoxAppInfo> infosIntelligent box app basic information.