HomeDocumentationAPI Reference
Getting StartedAPI ReferenceBug ReportingCrash ReportingAPMHelp Center
API Reference

Show Survey Welcome Message

Any survey usually starts off getting straight to the point. You can have the survey instead start with a simple welcome message. To enable the welcome message, you can use this API.

Surveys.shouldShowWelcomeScreen = true
IBGSurveys.shouldShowWelcomeScreen = YES;
Surveys.setShouldShowWelcomeScreen(true);
Surveys.setShouldShowWelcomeScreen(true);
Surveys.setShouldShowWelcomeScreen(true);
Surveys.setShouldShowWelcomeScreen(true);
Surveys.setShouldShowSurveysWelcomeScreen(true);
//iOS
IBGSurveys.ShouldShowWelcomeScreen = true;

//Android 
Surveys.SetShouldShowWelcomeScreen(true);