ContentHandlingStrategy
public enum ContentHandlingStrategy : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case convertToBinary = "CONVERT_TO_BINARY" -
Undocumented
Declaration
Swift
case convertToText = "CONVERT_TO_TEXT" -
Declaration
Swift
public var description: String { get }
View on GitHub
ContentHandlingStrategy Enumeration Reference