DBTEAMLOGWebSessionsIdleLengthPolicyTag
Objective-C
enum DBTEAMLOGWebSessionsIdleLengthPolicyTag : NSInteger {}
                Swift
@frozen enum DBTEAMLOGWebSessionsIdleLengthPolicyTag : Int, @unchecked Sendable
                The DBTEAMLOGWebSessionsIdleLengthPolicyTag enum type represents the
possible tag states with which the DBTEAMLOGWebSessionsIdleLengthPolicy
union can exist.
- 
                  
                  
Defined idle session length.
Declaration
Objective-C
DBTEAMLOGWebSessionsIdleLengthPolicyDefinedSwift
case defined = 0 - 
                  
                  
Undefined idle session length.
Declaration
Objective-C
DBTEAMLOGWebSessionsIdleLengthPolicyUndefinedSwift
case undefined = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMLOGWebSessionsIdleLengthPolicyOtherSwift
case other = 2 
View on GitHub
        DBTEAMLOGWebSessionsIdleLengthPolicyTag Enumeration Reference