Sending surveys with triggers
Usually customers use triggers to send surveys. Example use cases include:- Sending surveys after a certain amount of time
- Sending a survey on a certain page
- Sending a survey after a specific event happened
- …

Manually sending surveys
You can also manually send surveys to your users. For this you only need to call the following method (SurveyFormat lives in GleapSDK):
SurveyFormat.Survey (default: card style survey) or SurveyFormat.SurveyFull (full screen survey).
Please note that the Gleap SDK needs to be fully initialized to be able to
show a survey.