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
DBTEAMLOGActorLogInfoAdmin
Swift
case admin = 0
-
Anonymous actor.
Declaration
Objective-C
DBTEAMLOGActorLogInfoAnonymous
Swift
case anonymous = 1
-
The application who did the action.
Declaration
Objective-C
DBTEAMLOGActorLogInfoApp
Swift
case app = 2
-
Action done by Dropbox.
Declaration
Objective-C
DBTEAMLOGActorLogInfoDropbox
Swift
case dropbox = 3
-
Action done by reseller.
Declaration
Objective-C
DBTEAMLOGActorLogInfoReseller
Swift
case reseller = 4
-
The user who did the action.
Declaration
Objective-C
DBTEAMLOGActorLogInfoUser
Swift
case user = 5
-
(no description).
Declaration
Objective-C
DBTEAMLOGActorLogInfoOther
Swift
case other = 6