KindlyInputType

public enum KindlyInputType : String

Undocumented

  • Undocumented

    Declaration

    Swift

    case email = "email"
  • Undocumented

    Declaration

    Swift

    case phone = "tel"
  • Undocumented

    Declaration

    Swift

    case text = "text"
  • Undocumented

    Declaration

    Swift

    case number = "number"