For the complete documentation index, see llms.txt. This page is also available as Markdown.

Manually Show Survey

API reference for manually showing a Luciq survey. Pass the token from your dashboard to display a targeted survey at any moment.

If you created a survey on the dashboard that you use to manually target users, you'll be provided with a token. You can pass this token to the show survey API to manually show it at anytime.

Surveys.showSurvey(withToken: "TOKEN")
[LCQSurveys showSurveyWithToken:@"TOKEN"];
Surveys.showSurvey("TOKEN");
Surveys.showSurvey("TOKEN")
Surveys.showSurvey("TOKEN");
Surveys.showSurvey("TOKEN");

Last updated