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
DBTEAMPOLICIESRolloutMethodUnlinkAll
Swift
case unlinkAll = 0
-
Unlink devices with the most inactivity.
Declaration
Objective-C
DBTEAMPOLICIESRolloutMethodUnlinkMostInactive
Swift
case unlinkMostInactive = 1
-
Add member to Exceptions.
Declaration
Objective-C
DBTEAMPOLICIESRolloutMethodAddMemberToExceptions
Swift
case addMemberToExceptions = 2