DJI Mobile SDK Documentation

      class Builder

      final static class Builder
      Package:dji.common.remotecontroller
      Description:

      Create a CustomButtonTags instance with values for C1 and C2. A valid tag is an integer in range [0, 255].

      Class Members:
      method c1ButtonTag
      Builder c1ButtonTag(short c1ButtonTag)
      Package:dji.common.remotecontroller
      Description:

      Button tag for custom button 2

      Input Parameters:
      short c1ButtonTagButton tag for custom button 1
      Return:
      BuilderBuilder object.
      method c2ButtonTag
      Builder c2ButtonTag(short c2ButtonTag)
      Package:dji.common.remotecontroller
      Description:

      Button tag for custom button 2

      Input Parameters:
      short c2ButtonTagButton tag for custom button 2
      Return:
      BuilderBuilder object.
      method c3ButtonTag
      Builder c3ButtonTag(short c3ButtonTag)
      Package:dji.common.remotecontroller
      Description:

      Button tag for custom button 3, only supported by DJI Smart Controller.

      Input Parameters:
      short c3ButtonTagButton tag for custom button 3.
      Return:
      BuilderBuilder object.
      method
      method build
      CustomButtonTags build()
      Package:dji.common.remotecontroller
      Description:

      Button tag for custom button

      Return:
      CustomButtonTagsCustomButtonTags object.