DBTEAMLOGMemberSuggestionsPolicyTag
Objective-C
enum DBTEAMLOGMemberSuggestionsPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGMemberSuggestionsPolicyTag : Int, @unchecked Sendable
The DBTEAMLOGMemberSuggestionsPolicyTag
enum type represents the possible
tag states with which the DBTEAMLOGMemberSuggestionsPolicy
union can
exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGMemberSuggestionsPolicyDisabled
Swift
case disabled = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGMemberSuggestionsPolicyEnabled
Swift
case enabled = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGMemberSuggestionsPolicyOther
Swift
case other = 2