KindlyEventLanguage

public struct KindlyEventLanguage

Language data for events

  • Language code (e.g., “en”, “es”)

    Declaration

    Swift

    public let code: String
  • Language name (e.g., “English”, “Spanish”)

    Declaration

    Swift

    public let name: String
  • Whether this is the default language

    Declaration

    Swift

    public let isDefault: Bool
  • Undocumented

    Declaration

    Swift

    public init(code: String, name: String, isDefault: Bool = false)