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