DBTEAMPOLICIESCameraUploadsPolicyStateTag
Objective-C
enum DBTEAMPOLICIESCameraUploadsPolicyStateTag : NSInteger {}
Swift
@frozen enum DBTEAMPOLICIESCameraUploadsPolicyStateTag : Int, @unchecked Sendable
The DBTEAMPOLICIESCameraUploadsPolicyStateTag
enum type represents the
possible tag states with which the DBTEAMPOLICIESCameraUploadsPolicyState
union can exist.
-
Background camera uploads are disabled.
Declaration
Objective-C
DBTEAMPOLICIESCameraUploadsPolicyStateDisabled
Swift
case disabled = 0
-
Background camera uploads are allowed.
Declaration
Objective-C
DBTEAMPOLICIESCameraUploadsPolicyStateEnabled
Swift
case enabled = 1
-
(no description).
Declaration
Objective-C
DBTEAMPOLICIESCameraUploadsPolicyStateOther
Swift
case other = 2