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
DBTEAMLOGChangeLinkExpirationPolicyAllowedSwift
case allowed = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGChangeLinkExpirationPolicyNotAllowedSwift
case notAllowed = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGChangeLinkExpirationPolicyOtherSwift
case other = 2
View on GitHub
DBTEAMLOGChangeLinkExpirationPolicyTag Enumeration Reference