DBTEAMLOGSendForSignaturePolicyTag
Objective-C
enum DBTEAMLOGSendForSignaturePolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGSendForSignaturePolicyTag : Int, @unchecked Sendable
The DBTEAMLOGSendForSignaturePolicyTag enum type represents the possible
tag states with which the DBTEAMLOGSendForSignaturePolicy union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGSendForSignaturePolicyDisabledSwift
case disabled = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGSendForSignaturePolicyEnabledSwift
case enabled = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGSendForSignaturePolicyOtherSwift
case other = 2
View on GitHub
DBTEAMLOGSendForSignaturePolicyTag Enumeration Reference