PhotoSourceArg
public enum PhotoSourceArg : CustomStringConvertible, JSONRepresentable
The PhotoSourceArg union
-
Image data in base64-encoded bytes.
Declaration
Swift
case base64Data(String)
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }