DBTEAMPOLICIESSmarterSmartSyncPolicyStateTag
Objective-C
enum DBTEAMPOLICIESSmarterSmartSyncPolicyStateTag : NSInteger {}
Swift
@frozen enum DBTEAMPOLICIESSmarterSmartSyncPolicyStateTag : Int, @unchecked Sendable
The DBTEAMPOLICIESSmarterSmartSyncPolicyStateTag
enum type represents the
possible tag states with which the
DBTEAMPOLICIESSmarterSmartSyncPolicyState
union can exist.
-
Smarter Smart Sync feature is disabled.
Declaration
Objective-C
DBTEAMPOLICIESSmarterSmartSyncPolicyStateDisabled
Swift
case disabled = 0
-
Smarter Smart Sync feature is enabled.
Declaration
Objective-C
DBTEAMPOLICIESSmarterSmartSyncPolicyStateEnabled
Swift
case enabled = 1
-
(no description).
Declaration
Objective-C
DBTEAMPOLICIESSmarterSmartSyncPolicyStateOther
Swift
case other = 2