ContentType
public enum ContentType : Sendable, CaseIterable
The Terms and condition type.
-
Term and Condition received plain text type from response
Declaration
Swift
case plainText -
Term and Condition received html Text type from response
Declaration
Swift
case html -
Term and Condition received PDF type from response
Declaration
Swift
case pdf -
Other type, for any unlnown type we have to handle here.
Declaration
Swift
case other -
A localized message describing the error that occurred.
Declaration
Swift
public var description: String { get }
ContentType Enumeration Reference