DBTEAMLOGParticipantLogInfoTag
Objective-C
enum DBTEAMLOGParticipantLogInfoTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGParticipantLogInfoTag : Int, @unchecked Sendable
The DBTEAMLOGParticipantLogInfoTag enum type represents the possible tag
states with which the DBTEAMLOGParticipantLogInfo union can exist.
-
Group details.
Declaration
Objective-C
DBTEAMLOGParticipantLogInfoGroupSwift
case group = 0 -
A user with a Dropbox account.
Declaration
Objective-C
DBTEAMLOGParticipantLogInfoUserSwift
case user = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGParticipantLogInfoOtherSwift
case other = 2
View on GitHub
DBTEAMLOGParticipantLogInfoTag Enumeration Reference