DBTEAMPOLICIESRolloutMethodTag
Objective-C
enum DBTEAMPOLICIESRolloutMethodTag : NSInteger {}
Swift
@frozen enum DBTEAMPOLICIESRolloutMethodTag : Int, @unchecked Sendable
The DBTEAMPOLICIESRolloutMethodTag enum type represents the possible tag
states with which the DBTEAMPOLICIESRolloutMethod union can exist.
-
Unlink all.
Declaration
Objective-C
DBTEAMPOLICIESRolloutMethodUnlinkAllSwift
case unlinkAll = 0 -
Unlink devices with the most inactivity.
Declaration
Objective-C
DBTEAMPOLICIESRolloutMethodUnlinkMostInactiveSwift
case unlinkMostInactive = 1 -
Add member to Exceptions.
Declaration
Objective-C
DBTEAMPOLICIESRolloutMethodAddMemberToExceptionsSwift
case addMemberToExceptions = 2
View on GitHub
DBTEAMPOLICIESRolloutMethodTag Enumeration Reference