DBTEAMLOGMemberStatusTag
Objective-C
enum DBTEAMLOGMemberStatusTag : NSInteger {}
                Swift
@frozen enum DBTEAMLOGMemberStatusTag : Int, @unchecked Sendable
                The DBTEAMLOGMemberStatusTag enum type represents the possible tag states
with which the DBTEAMLOGMemberStatus union can exist.
- 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGMemberStatusActiveSwift
case active = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGMemberStatusInvitedSwift
case invited = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGMemberStatusMovedToAnotherTeamSwift
case movedToAnotherTeam = 2 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGMemberStatusNotJoinedSwift
case notJoined = 3 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGMemberStatusRemovedSwift
case removed = 4 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGMemberStatusSuspendedSwift
case suspended = 5 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGMemberStatusOtherSwift
case other = 6 
View on GitHub
        DBTEAMLOGMemberStatusTag Enumeration Reference