DBSHARINGLinkExpiryTag
Objective-C
enum DBSHARINGLinkExpiryTag : NSInteger {}
Swift
@frozen enum DBSHARINGLinkExpiryTag : Int, @unchecked Sendable
The DBSHARINGLinkExpiryTag enum type represents the possible tag states
with which the DBSHARINGLinkExpiry union can exist.
-
Remove the currently set expiry for the link.
Declaration
Objective-C
DBSHARINGLinkExpiryRemoveExpirySwift
case removeExpiry = 0 -
Set a new expiry or change an existing expiry.
Declaration
Objective-C
DBSHARINGLinkExpirySetExpirySwift
case setExpiry = 1 -
(no description).
Declaration
Objective-C
DBSHARINGLinkExpiryOtherSwift
case other = 2
View on GitHub
DBSHARINGLinkExpiryTag Enumeration Reference