Set Will-Show-Survey Handler

This handler can be used to run a block of code right before a survey is shown to the user.

Surveys.willShowSurveyHandler = {
    // Change some state
}

Last updated