TNEntityDisplayText

@objcMembers
open class TNEntityDisplayText : NSObject, Codable

Undocumented

  • Language Code ISO 639-1.

    Declaration

    Swift

    public var language: String?
  • Text to be displayed to a end user. No markup, html etc. allowed.

    Declaration

    Swift

    public var text: String?