DBUSERSCOMMONAccountTypeTag
Objective-C
enum DBUSERSCOMMONAccountTypeTag : NSInteger {}
Swift
@frozen enum DBUSERSCOMMONAccountTypeTag : Int, @unchecked Sendable
The DBUSERSCOMMONAccountTypeTag
enum type represents the possible tag
states with which the DBUSERSCOMMONAccountType
union can exist.
-
The basic account type.
Declaration
Objective-C
DBUSERSCOMMONAccountTypeBasic
Swift
case basic = 0
-
The Dropbox Pro account type.
Declaration
Objective-C
DBUSERSCOMMONAccountTypePro
Swift
case pro = 1
-
The Dropbox Business account type.
Declaration
Objective-C
DBUSERSCOMMONAccountTypeBusiness
Swift
case business = 2