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
DBTEAMFeatureValueUploadApiRateLimit
Swift
case uploadApiRateLimit = 0
-
(no description).
Declaration
Objective-C
DBTEAMFeatureValueHasTeamSharedDropbox
Swift
case hasTeamSharedDropbox = 1
-
(no description).
Declaration
Objective-C
DBTEAMFeatureValueHasTeamFileEvents
Swift
case hasTeamFileEvents = 2
-
(no description).
Declaration
Objective-C
DBTEAMFeatureValueHasTeamSelectiveSync
Swift
case hasTeamSelectiveSync = 3
-
(no description).
Declaration
Objective-C
DBTEAMFeatureValueOther
Swift
case other = 4