LinkAction
public enum LinkAction : CustomStringConvertible, JSONRepresentable
Actions that can be performed on a link.
-
Change the access level of the link.
Declaration
Swift
case changeAccessLevel
-
Change the audience of the link.
Declaration
Swift
case changeAudience
-
Remove the expiry date of the link.
Declaration
Swift
case removeExpiry
-
Remove the password of the link.
Declaration
Swift
case removePassword
-
Create or modify the expiry date of the link.
Declaration
Swift
case setExpiry
-
Create or modify the password of the link.
Declaration
Swift
case setPassword
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }