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
DBTEAMLOGParticipantLogInfoGroup
Swift
case group = 0
-
A user with a Dropbox account.
Declaration
Objective-C
DBTEAMLOGParticipantLogInfoUser
Swift
case user = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGParticipantLogInfoOther
Swift
case other = 2