InviteeInfo
public enum InviteeInfo : CustomStringConvertible, JSONRepresentable
Information about the recipient of a shared content invitation.
-
Email address of invited user.
Declaration
Swift
case email(String)
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }