DJI Mobile SDK Documentation

      class UserAccountInformation

      final class UserAccountInformation
      Package:dji.sdk.useraccount
      Description:

      Account information for a logged-in user.

      Class Members:
      Get Account
      method
      method getAccount
      String getAccount()
      Package:dji.sdk.useraccount
      Description:

      The username of the account.

      Return:
      StringThe username of the account.
      Check Verified
      method
      method isVerified
      boolean isVerified()
      Package:dji.sdk.useraccount
      Description:

      Whether the account is verified.

      Return:
      booleantrue if the account is verified, false otherwise.