DJIUserAccountStatus
enum DJIUserAccountStatus : uint8_t {}
User account status. Users need to be logged
-
User is not logged in. User needs to be logged in to retrieve currently unlocked, and unlock authorization zones.
Declaration
Objective-C
DJIUserAccountStatusNotLoggedIn -
User is logged in but has not been authorized to unlock authorization zones.
Declaration
Objective-C
DJIUserAccountStatusNotAuthorized -
User is logged in and has been authorized to unlock authoization zones.
Declaration
Objective-C
DJIUserAccountStatusAuthorized -
The token of the user account is out of date.
Declaration
Objective-C
DJIUserAccountStatusTokenOutOfDate -
Unknown.
Declaration
Objective-C
DJIUserAccountStatusUnknown = 255
View on GitHub
DJIUserAccountStatus Enum Reference