-
public final class Inquiry.InquiryBuilder
Get a this builder by calling Inquiry.fromInquiry.
-
-
Method Summary
Modifier and Type Method Description final Inquiry.InquiryBuilder
theme(@StyleRes() Integer theme)
Theme to apply to the Inquiry flow final Inquiry.InquiryBuilder
accessToken(String accessToken)
Access token for resuming an Inquiry. final Inquiry
build()
Create the Inquiry objects with the fields set. -
-
Method Detail
-
theme
final Inquiry.InquiryBuilder theme(@StyleRes() Integer theme)
Theme to apply to the Inquiry flow
- Parameters:
theme
- a valid StyleRes to apply to an activity
-
accessToken
final Inquiry.InquiryBuilder accessToken(String accessToken)
Access token for resuming an Inquiry. The token must be generated on the server.
- Parameters:
accessToken
- token required for resuming the Inquiry
-
-
-
-