DBTEAMLOGChangeLinkExpirationPolicyTag
Objective-C
enum DBTEAMLOGChangeLinkExpirationPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGChangeLinkExpirationPolicyTag : Int, @unchecked Sendable
The DBTEAMLOGChangeLinkExpirationPolicyTag
enum type represents the
possible tag states with which the DBTEAMLOGChangeLinkExpirationPolicy
union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGChangeLinkExpirationPolicyAllowed
Swift
case allowed = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGChangeLinkExpirationPolicyNotAllowed
Swift
case notAllowed = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGChangeLinkExpirationPolicyOther
Swift
case other = 2