DJI Mobile SDK Documentation

      class DJIAccessLockerUserAccountInfo

      @interface DJIAccessLockerUserAccountInfo : NSObject
      Header:DJIAccessLockerBaseTypes.h
      Inherits From:NSObject
      Description:

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

      Class Members:
      User Name
      property
      property username
      @property (nonatomic, readonly) NSString *username
      Header:DJIAccessLockerBaseTypes.h
      Description:

      The user name.

      Security Code
      property
      property securityCode
      @property (nonatomic, readonly) NSString *securityCode
      Header:DJIAccessLockerBaseTypes.h
      Description:

      The security code of the account.

      method initWithUserName:securityCode
      - (instancetype)initWithUserName:(NSString *)username securityCode:(NSString *)securityCode
      Header:DJIAccessLockerBaseTypes.h
      Description:

      Constructor method for the UserAccountInfo.

      Input Parameters:
      NSString * usernameThe user name.
      NSString * securityCodeThe security code of current user account.