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