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

    DBSHARINGLinkExpiryRemoveExpiry

    Swift

    case removeExpiry = 0
  • Set a new expiry or change an existing expiry.

    Declaration

    Objective-C

    DBSHARINGLinkExpirySetExpiry

    Swift

    case setExpiry = 1
  • (no description).

    Declaration

    Objective-C

    DBSHARINGLinkExpiryOther

    Swift

    case other = 2