DBSHARINGLinkPasswordTag
Objective-C
enum DBSHARINGLinkPasswordTag : NSInteger {}
Swift
@frozen enum DBSHARINGLinkPasswordTag : Int, @unchecked Sendable
The DBSHARINGLinkPasswordTag enum type represents the possible tag states
with which the DBSHARINGLinkPassword union can exist.
-
Remove the currently set password for the link.
Declaration
Objective-C
DBSHARINGLinkPasswordRemovePasswordSwift
case removePassword = 0 -
Set a new password or change an existing password.
Declaration
Objective-C
DBSHARINGLinkPasswordSetPasswordSwift
case setPassword = 1 -
(no description).
Declaration
Objective-C
DBSHARINGLinkPasswordOtherSwift
case other = 2
View on GitHub
DBSHARINGLinkPasswordTag Enumeration Reference