DJI Mobile SDK Documentation

      class User

      final class User
      Package:dji.sdk.flighthub.model
      Description:

      A user in FlightHub.

      Class Members:
      method getAccount
      String getAccount()
      Package:dji.sdk.flighthub.model
      Description:

      Gets the account of the user.

      Return:
      StringThe string of the account.
      method getNickname
      String getNickname()
      Package:dji.sdk.flighthub.model
      Description:

      Gets the nick name of the user.

      Return:
      StringThe string of the nick name.
      method
      method getRole
      Role getRole()
      Package:dji.sdk.flighthub.model
      Description:

      Gets the role of the user. Different roles will have different permissions to access the data in DJI FlightHub.

      Return:
      RoleAn enum value of Role.