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
DBTEAMLOGAccountStateLocked
Swift
case locked = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGAccountStateUnlocked
Swift
case unlocked = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGAccountStateOther
Swift
case other = 2