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

Check if Responded

You can pass a survey token to this API to check if a particular user has responded to the survey before showing it. This method takes a string token as an argument and returns a boolean.

let hasResponded = Surveys.hasRespondedToSurvey(withToken: "TOKEN")

Last updated