Skip to content

Commit 361b2bc

Browse files
update comment
1 parent 5d3b507 commit 361b2bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/plugins/system/system.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ interface System {
189189
openInBrowser(src: string): void;
190190
/**
191191
* Launches and app
192-
* @param app
193-
* @param action
194-
* @param value
192+
* @param app the package name of the app
193+
* @param className the full class name of the activity
194+
* @param data Data to pass to the app
195195
* @param onSuccess
196196
* @param onFail
197197
*/

0 commit comments

Comments
 (0)