DBSHARINGLinkActionTag
Objective-C
enum DBSHARINGLinkActionTag : NSInteger {}
Swift
@frozen enum DBSHARINGLinkActionTag : Int, @unchecked Sendable
The DBSHARINGLinkActionTag
enum type represents the possible tag states
with which the DBSHARINGLinkAction
union can exist.
-
Change the access level of the link.
Declaration
Objective-C
DBSHARINGLinkActionChangeAccessLevel
Swift
case changeAccessLevel = 0
-
Change the audience of the link.
Declaration
Objective-C
DBSHARINGLinkActionChangeAudience
Swift
case changeAudience = 1
-
Remove the expiry date of the link.
Declaration
Objective-C
DBSHARINGLinkActionRemoveExpiry
Swift
case removeExpiry = 2
-
Remove the password of the link.
Declaration
Objective-C
DBSHARINGLinkActionRemovePassword
Swift
case removePassword = 3
-
Create or modify the expiry date of the link.
Declaration
Objective-C
DBSHARINGLinkActionSetExpiry
Swift
case setExpiry = 4
-
Create or modify the password of the link.
Declaration
Objective-C
DBSHARINGLinkActionSetPassword
Swift
case setPassword = 5
-
(no description).
Declaration
Objective-C
DBSHARINGLinkActionOther
Swift
case other = 6