DBTEAMLOGAccountCapturePolicyTag
Objective-C
enum DBTEAMLOGAccountCapturePolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGAccountCapturePolicyTag : Int, @unchecked Sendable
The DBTEAMLOGAccountCapturePolicyTag
enum type represents the possible tag
states with which the DBTEAMLOGAccountCapturePolicy
union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGAccountCapturePolicyAllUsers
Swift
case allUsers = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGAccountCapturePolicyDisabled
Swift
case disabled = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGAccountCapturePolicyInvitedUsers
Swift
case invitedUsers = 2
-
(no description).
Declaration
Objective-C
DBTEAMLOGAccountCapturePolicyOther
Swift
case other = 3