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 214826b commit 7aa3932Copy full SHA for 7aa3932
index.d.ts
@@ -558,7 +558,8 @@ export namespace APM {
558
*/
559
function setAppLaunchEnabled(isEnabled: boolean): void;
560
/**
561
- * Ends app launch
+ * Ends the current session’s App Launch. Calling this API is optional, App Launches will still be captured and ended automatically by the SDK;
562
+ * this API just allows you to change when an App Launch actually ends.
563
564
function endAppLaunch(): void;
565
0 commit comments