DJI Mobile SDK Documentation

      class UserAccountInfo

      class UserAccountInfo
      Package:dji.common.flightcontroller.accesslocker
      Description:

      The class represents the user account information of the access locker.

      Class Members:
      Constructor
      method
      method UserAccountInfo
      UserAccountInfo(String username, String securityCode)
      Package:dji.common.flightcontroller.accesslocker
      Description:

      Constructor method for the UserAccountInfo.

      Input Parameters:
      String usernameThe user account name.
      String securityCodeThe security code of the user account.
      User Name
      method
      method getUsername
      String getUsername()
      Package:dji.common.flightcontroller.accesslocker
      Description:

      Gets the user name.

      Return:
      StringA string value.
      Security Code
      method
      method getSecurityCode
      String getSecurityCode()
      Package:dji.common.flightcontroller.accesslocker
      Description:

      Gets the security code of the account.

      Return:
      StringA string value.