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
DBTEAMLOGWebSessionsFixedLengthPolicyDefined
Swift
case defined = 0
-
Undefined fixed session length.
Declaration
Objective-C
DBTEAMLOGWebSessionsFixedLengthPolicyUndefined
Swift
case undefined = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGWebSessionsFixedLengthPolicyOther
Swift
case other = 2