class DJIFlightHubUser
@interface DJIFlightHubUser : NSObject
|
Header: | DJIFlightHubBaseTypes.h |
Inherits From: | NSObject |
Description:
A user in FlightHub.
Class Members:
property account
@property (nonatomic, readonly) NSString *account
|
Header: | DJIFlightHubBaseTypes.h |
Description:
Gets the account of the user.
property nickName
@property (nonatomic, readonly) NSString *nickName
|
Header: | DJIFlightHubBaseTypes.h |
Description:
Gets the nick name of the user.
property role
@property (nonatomic, readonly) DJIFlightHubRole role
|
Header: | DJIFlightHubBaseTypes.h |
Description:
Gets the role of the user. Different roles will have different permissions to access the data in DJI FlightHub.
See Also:
DJIFlightHubRole