DBTEAMLOGSharedLinkVisibilityTag
Objective-C
enum DBTEAMLOGSharedLinkVisibilityTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGSharedLinkVisibilityTag : Int, @unchecked Sendable
The DBTEAMLOGSharedLinkVisibilityTag
enum type represents the possible tag
states with which the DBTEAMLOGSharedLinkVisibility
union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGSharedLinkVisibilityNoOne
Swift
case noOne = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGSharedLinkVisibilityPassword
Swift
case password = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGSharedLinkVisibilityPublic
Swift
case `public` = 2
-
(no description).
Declaration
Objective-C
DBTEAMLOGSharedLinkVisibilityTeamOnly
Swift
case teamOnly = 3
-
(no description).
Declaration
Objective-C
DBTEAMLOGSharedLinkVisibilityOther
Swift
case other = 4