ResponseFormats

enum ResponseFormats : String, Codable

Form response formats

  • Short response format

    Components information contain: ID, title and user inputed value.

    Declaration

    Swift

    case short
  • Long response format

    Will return all the information of the component along with the user inputted values.

    Declaration

    Swift

    case long