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
DBTEAMLOGWebSessionsIdleLengthPolicyDefined
Swift
case defined = 0
-
Undefined idle session length.
Declaration
Objective-C
DBTEAMLOGWebSessionsIdleLengthPolicyUndefined
Swift
case undefined = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGWebSessionsIdleLengthPolicyOther
Swift
case other = 2