We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96ada24 + 3b3e02c commit 1f6c90bCopy full SHA for 1f6c90b
index.d.ts
@@ -114,7 +114,7 @@ export namespace Surveys {
114
function showSurvey(surveyToken: string): void;
115
function hasRespondedToSurvey(
116
surveyToken: string,
117
- surveyTokenCallback: () => void
+ surveyTokenCallback: (hasResponded: boolean) => void
118
): void;
119
function setShouldShowWelcomeScreen(shouldShowWelcomeScreen: boolean): void;
120
function setAppStoreURL(appStoreURL: string): void;
0 commit comments