Skip to content

Commit 7aa3932

Browse files
author
Ali Abdelfattah
authored
Update index.d.ts
1 parent 214826b commit 7aa3932

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,8 @@ export namespace APM {
558558
*/
559559
function setAppLaunchEnabled(isEnabled: boolean): void;
560560
/**
561-
* Ends app launch
561+
* 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.
562563
*/
563564
function endAppLaunch(): void;
564565
/**

0 commit comments

Comments
 (0)