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 4c3b1b6 commit 551507aCopy full SHA for 551507a
index.d.ts
@@ -228,6 +228,11 @@ export function onReportSubmitHandler(
228
preSendingHandler: (presendingHandler: Report) => void
229
): void;
230
export function callPrivateApi(apiName: string, param: any): void;
231
+export function onNavigationStateChange(
232
+ prevState: any,
233
+ currentState: any,
234
+ action: any
235
+): void;
236
export enum invocationEvent {
237
none,
238
shake,
0 commit comments