Package com.withpersona.sdk.inquiry
See: Description
-
Enum Summary Enum Description Environment The Persona API environment on which to create inquiries. -
Class Summary Class Description Builder Builder for Fields Fields Data to prepopulate on the Inquiry without requiring individual input Contract Contract to initiate and get the result from an Inquiry flow by using registerForActivityResult. Inquiry Start a Persona Inquiry flow and parse the response from your Activity. InquiryBuilder Get a this builder by calling Inquiry.fromInquiry. IntegerField Inquiry field backed by an Int BooleanField Inquiry field backed by a Boolean StringField Inquiry field backed by a String UnknownField Inquiry field backed by a yet-to-be supported UnknownField.type InquiryField Possible field types returned in InquiryResponse.Complete Complete Object returned on a completed inquiry Cancel Object returned when the individual cancels the inquiry Error Object returned when there is a problem during the Inquiry flow InquiryResponse Inquiry flow response parent class. InquiryTemplateBuilder Get a this builder by calling Inquiry.fromTemplate or Inquiry.fromTemplateVersion. -
Object Summary Object Description Companion