maybeShowSurveys

open fun maybeShowSurveys(activity: Activity)(source)

Checks if any surveys should be shown based on installation time and previous responses.

This method should be called when the app is launched or brought to foreground. It will show either the helpfulness survey (after 3 days) or the intrusiveness survey (after 5 days) if they haven't been shown before and the appropriate time has passed.

Parameters

activity

The current activity that will host the survey dialog

See also

showHelpfulSurvey(Activity, long)
showIntrusiveSurvey(Activity, long)