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
DBTEAMLOGTeamBrandingPolicyDisabled
Swift
case disabled = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGTeamBrandingPolicyEnabled
Swift
case enabled = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGTeamBrandingPolicyOther
Swift
case other = 2