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
DBTEAMLOGSendForSignaturePolicyDisabled
Swift
case disabled = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGSendForSignaturePolicyEnabled
Swift
case enabled = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGSendForSignaturePolicyOther
Swift
case other = 2