DJI Mobile SDK Documentation

      class IntelligentFlightInfo

      class IntelligentFlightInfo
      Package:dji.v5.manager.intelligent
      Description:

      Intelligent Flight function information class.

      Supported since MSDK 5.14.0

      Class Members:

      Members

      method getSupportedMissions
      List<MissionType> getSupportedMissions()
      Package:dji.v5.manager.intelligent
      Description:

      Gets the list of smart function types supported by the connected aircraft.

      Return:
      List<MissionType>Returns the list of smart function types supported by the connected aircraft.
      method getRunningMission
      MissionType getRunningMission()
      Package:dji.v5.manager.intelligent
      Description:

      Gets the type of intelligent flight function currently running.

      Return:
      MissionTypeReturns the type of intelligent flight function currently running.
      method isAutoSensingEnabled
      boolean isAutoSensingEnabled()
      Package:dji.v5.manager.intelligent
      Description:

      Gets the auto sensing switch status.

      Return:
      booleanReturns the auto sensing switch status.