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.
1 parent 4d0f3a6 commit 3ce3a0eCopy full SHA for 3ce3a0e
index.d.ts
@@ -840,7 +840,7 @@ export function disable(): void;
840
* true if app is live on the app store.
841
* @param {function} runningLiveCallBack callback with argument as return value 'isLive'
842
*/
843
-export function isRunningLive(runningLiveCallBack: () => void): void;
+export function isRunningLive(runningLiveCallBack: (isLive: boolean) => void): void;
844
845
/**
846
* Shows the welcome message in a specific mode.
0 commit comments