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