DBTEAMLOGPaperAccessTypeTag
Objective-C
enum DBTEAMLOGPaperAccessTypeTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGPaperAccessTypeTag : Int, @unchecked Sendable
The DBTEAMLOGPaperAccessTypeTag
enum type represents the possible tag
states with which the DBTEAMLOGPaperAccessType
union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGPaperAccessTypeCommenter
Swift
case commenter = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGPaperAccessTypeEditor
Swift
case editor = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGPaperAccessTypeViewer
Swift
case viewer = 2
-
(no description).
Declaration
Objective-C
DBTEAMLOGPaperAccessTypeOther
Swift
case other = 3