DBTEAMLOGTeamBrandingPolicyTag
Objective-C
enum DBTEAMLOGTeamBrandingPolicyTag : NSInteger {}
                Swift
@frozen enum DBTEAMLOGTeamBrandingPolicyTag : Int, @unchecked Sendable
                The DBTEAMLOGTeamBrandingPolicyTag enum type represents the possible tag
states with which the DBTEAMLOGTeamBrandingPolicy union can exist.
- 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGTeamBrandingPolicyDisabledSwift
case disabled = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGTeamBrandingPolicyEnabledSwift
case enabled = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGTeamBrandingPolicyOtherSwift
case other = 2 
View on GitHub
        DBTEAMLOGTeamBrandingPolicyTag Enumeration Reference