DBTEAMLOGDropboxPasswordsPolicyTag
Objective-C
enum DBTEAMLOGDropboxPasswordsPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGDropboxPasswordsPolicyTag : Int, @unchecked Sendable
The DBTEAMLOGDropboxPasswordsPolicyTag enum type represents the possible
tag states with which the DBTEAMLOGDropboxPasswordsPolicy union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGDropboxPasswordsPolicyDefault_Swift
case default_ = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGDropboxPasswordsPolicyDisabledSwift
case disabled = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGDropboxPasswordsPolicyEnabledSwift
case enabled = 2 -
(no description).
Declaration
Objective-C
DBTEAMLOGDropboxPasswordsPolicyOtherSwift
case other = 3
View on GitHub
DBTEAMLOGDropboxPasswordsPolicyTag Enumeration Reference