DBTEAMLOGAccountStateTag
Objective-C
enum DBTEAMLOGAccountStateTag : NSInteger {}
                Swift
@frozen enum DBTEAMLOGAccountStateTag : Int, @unchecked Sendable
                The DBTEAMLOGAccountStateTag enum type represents the possible tag states
with which the DBTEAMLOGAccountState union can exist.
- 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGAccountStateLockedSwift
case locked = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGAccountStateUnlockedSwift
case unlocked = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGAccountStateOtherSwift
case other = 2 
View on GitHub
        DBTEAMLOGAccountStateTag Enumeration Reference