Hint
public class Hint : APIModel
Localized hint that data privacy terms apply. The hint comes formatted in multiple ways, which are all equally valid if given. Additional formats might be added in the future.
-
Hint formatted as markdown. Contains only links to the reference
terms
. Does not contain other links. Other than that, only contains markdown syntax for Paragraphs and Line Breaks and Emphasis.Declaration
Swift
public var markdown: String?
-
Undocumented
Declaration
Swift
public init(markdown: String? = nil)
-
Declaration
Swift
public required init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Undocumented
Declaration
Swift
public func isEqual(to object: Any?) -> Bool
-
Declaration
Swift
public static func == (lhs: Hint, rhs: Hint) -> Bool