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
DBTEAMLOGDropboxPasswordsPolicyDisabled
Swift
case disabled = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGDropboxPasswordsPolicyEnabled
Swift
case enabled = 2
-
(no description).
Declaration
Objective-C
DBTEAMLOGDropboxPasswordsPolicyOther
Swift
case other = 3