Package com.withpersona.sdk2.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 FloatField Inquiry field backed by a Float DateField Inquiry field backed by a Date (without time) DatetimeField Inquiry field backed by a Date 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. ClientThemeSource Instructs the SDK to use theme values set on the client. ServerThemeSource Instructs the SDK to use theme values set in the Persona Dashboard. -
Object Summary Object Description Companion -
Interface Summary Interface Description ThemeSource ThemeSource instructs the SDK to use either client side theming set on the app or server side theming set in the Persona Dashboard.