KindlyInputType

public enum KindlyInputType : String

Input types supported by form fields in the chat.

  • Email address input.

    Declaration

    Swift

    case email
  • Phone number input.

    Declaration

    Swift

    case phone = "tel"
  • Free-form text input.

    Declaration

    Swift

    case text
  • Numeric input.

    Declaration

    Swift

    case number