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
DBTEAMPOLICIESSmarterSmartSyncPolicyStateDisabledSwift
case disabled = 0 -
Smarter Smart Sync feature is enabled.
Declaration
Objective-C
DBTEAMPOLICIESSmarterSmartSyncPolicyStateEnabledSwift
case enabled = 1 -
(no description).
Declaration
Objective-C
DBTEAMPOLICIESSmarterSmartSyncPolicyStateOtherSwift
case other = 2
View on GitHub
DBTEAMPOLICIESSmarterSmartSyncPolicyStateTag Enumeration Reference