DBTEAMLOGActorLogInfoTag
Objective-C
enum DBTEAMLOGActorLogInfoTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGActorLogInfoTag : Int, @unchecked Sendable
The DBTEAMLOGActorLogInfoTag enum type represents the possible tag states
with which the DBTEAMLOGActorLogInfo union can exist.
-
The admin who did the action.
Declaration
Objective-C
DBTEAMLOGActorLogInfoAdminSwift
case admin = 0 -
Anonymous actor.
Declaration
Objective-C
DBTEAMLOGActorLogInfoAnonymousSwift
case anonymous = 1 -
The application who did the action.
Declaration
Objective-C
DBTEAMLOGActorLogInfoAppSwift
case app = 2 -
Action done by Dropbox.
Declaration
Objective-C
DBTEAMLOGActorLogInfoDropboxSwift
case dropbox = 3 -
Action done by reseller.
Declaration
Objective-C
DBTEAMLOGActorLogInfoResellerSwift
case reseller = 4 -
The user who did the action.
Declaration
Objective-C
DBTEAMLOGActorLogInfoUserSwift
case user = 5 -
(no description).
Declaration
Objective-C
DBTEAMLOGActorLogInfoOtherSwift
case other = 6
View on GitHub
DBTEAMLOGActorLogInfoTag Enumeration Reference