DBTEAMLOGDeviceUnlinkPolicyTag
Objective-C
enum DBTEAMLOGDeviceUnlinkPolicyTag : NSInteger {}
                Swift
@frozen enum DBTEAMLOGDeviceUnlinkPolicyTag : Int, @unchecked Sendable
                The DBTEAMLOGDeviceUnlinkPolicyTag enum type represents the possible tag
states with which the DBTEAMLOGDeviceUnlinkPolicy union can exist.
- 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGDeviceUnlinkPolicyKeepSwift
case keep = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGDeviceUnlinkPolicyRemoveSwift
case remove = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGDeviceUnlinkPolicyOtherSwift
case other = 2 
View on GitHub
        DBTEAMLOGDeviceUnlinkPolicyTag Enumeration Reference