DBTEAMFeatureValueTag
Objective-C
enum DBTEAMFeatureValueTag : NSInteger {}
Swift
@frozen enum DBTEAMFeatureValueTag : Int, @unchecked Sendable
The DBTEAMFeatureValueTag enum type represents the possible tag states
with which the DBTEAMFeatureValue union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMFeatureValueUploadApiRateLimitSwift
case uploadApiRateLimit = 0 -
(no description).
Declaration
Objective-C
DBTEAMFeatureValueHasTeamSharedDropboxSwift
case hasTeamSharedDropbox = 1 -
(no description).
Declaration
Objective-C
DBTEAMFeatureValueHasTeamFileEventsSwift
case hasTeamFileEvents = 2 -
(no description).
Declaration
Objective-C
DBTEAMFeatureValueHasTeamSelectiveSyncSwift
case hasTeamSelectiveSync = 3 -
(no description).
Declaration
Objective-C
DBTEAMFeatureValueOtherSwift
case other = 4
View on GitHub
DBTEAMFeatureValueTag Enumeration Reference