DBTEAMLOGAdminConsoleAppPolicyTag
Objective-C
enum DBTEAMLOGAdminConsoleAppPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGAdminConsoleAppPolicyTag : Int, @unchecked Sendable
The DBTEAMLOGAdminConsoleAppPolicyTag enum type represents the possible
tag states with which the DBTEAMLOGAdminConsoleAppPolicy union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGAdminConsoleAppPolicyAllowSwift
case allow = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGAdminConsoleAppPolicyBlockSwift
case block = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGAdminConsoleAppPolicyDefault_Swift
case default_ = 2 -
(no description).
Declaration
Objective-C
DBTEAMLOGAdminConsoleAppPolicyOtherSwift
case other = 3
View on GitHub
DBTEAMLOGAdminConsoleAppPolicyTag Enumeration Reference