MessageFormatValue

public enum MessageFormatValue : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case json = "json"
  • Undocumented

    Declaration

    Swift

    case jsonUnformatted = "json-unformatted"
  • Declaration

    Swift

    public var description: String { get }