-
- All Implemented Interfaces:
public final class InquiryBuilder
Get a this builder by calling Inquiry.fromInquiry.
-
-
Method Summary
Modifier and Type Method Description final InquiryBuilder
theme(@StyleRes() Integer theme)
Theme to apply to the Inquiry flow final InquiryBuilder
theme(ThemeSource themeSource)
Theme to apply to the Inquiry flow final InquiryBuilder
sessionToken(String sessionToken)
Access token for resuming an Inquiry. final Inquiry
build()
Create the Inquiry objects with the fields set. -
-
Method Detail
-
theme
@Deprecated(message = "Please migrate to theme(themeSource: ThemeSource) instead.") final InquiryBuilder theme(@StyleRes() Integer theme)
Theme to apply to the Inquiry flow
- Parameters:
theme
- a valid StyleRes to apply to an activity
-
theme
final InquiryBuilder theme(ThemeSource themeSource)
Theme to apply to the Inquiry flow
- Parameters:
themeSource
- a valid ThemeSource to apply for styling the inquiry
-
sessionToken
final InquiryBuilder sessionToken(String sessionToken)
Access token for resuming an Inquiry. The token must be generated on the server.
- Parameters:
sessionToken
- token required for resuming the Inquiry
-
-
-
-