- 
                    
                    
- All Implemented Interfaces:
 
public final class InquiryBuilderGet a this builder by calling Inquiry.fromInquiry.
 
- 
                
                    
                    
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description final InquiryBuildertheme(@StyleRes() Integer theme)Theme to apply to the Inquiry flow final InquiryBuildertheme(ThemeSource themeSource)Theme to apply to the Inquiry flow final InquiryBuildersessionToken(String sessionToken)Access token for resuming an Inquiry. final Inquirybuild()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
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -