Sending surveys with triggers
Usually customers use triggers to send surveys. Example use cases for that 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:SURVEY
(default: card style survey) or SURVEY_FULL
(full screen survey).
Please note that the Gleap SDK needs to be fully initialized to be able to
show a survey.