DJI Mobile SDK Documentation

      class DJIDeviceHealthInfo

      class DJIDeviceHealthInfo implements IDJIDeviceHealthInfo
      Package:dji.v5.manager.diagnostic
      Description:

      Device health class. It is used to get the device health information.

      Supported since MSDK 5.0.0

      Class Members:
      method informationCode
      @Override
      String informationCode()
      Package:dji.v5.manager.diagnostic
      Description:

      Get the device health information code.

      Supported since MSDK 5.0.0

      Return:
      StringReturn the device health information code.
      method
      method title
      @Override
      String title()
      Package:dji.v5.manager.diagnostic
      Description:

      Get the device health information title.

      Supported since MSDK 5.0.0

      Return:
      StringReturn the device health information title.
      method description
      @Override
      String description()
      Package:dji.v5.manager.diagnostic
      Description:

      Get the device health information description.

      Supported since MSDK 5.0.0

      Return:
      StringReturn the device health information description.
      method warningLevel
      @Override
      WarningLevel warningLevel()
      Package:dji.v5.manager.diagnostic
      Description:

      Get the device health information warning level.

      Supported since MSDK 5.0.0

      Return:
      WarningLevelReturn the device health information warning level.