DJI Mobile SDK Documentation

      class DJIParamCapability

      @EXClassNullAway
      class DJIParamCapability
      Package:dji.common.util
      Description:

      Represents the capability of a parameter of a component or product. This class can be sub-classed to include additional information on the parameter. DJIParamMinMaxCapability includes the maximum and minimum possible values of the parameter.

      Class Members:
      Support
      method
      method isSupported
      boolean isSupported()
      Package:dji.common.util
      Description:

      true if the component or product supports the parameter.

      Return:
      booleanA boolean value.