User Tools

Site Tools


built_in:start_app

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
built_in:start_app [2015/03/21 13:06]
madlyr created
built_in:start_app [2016/09/14 19:01]
titus [Description]
Line 6: Line 6:
  
 Starts DroidScript application from script in **file**. File is the fullpath to the app. Parameter **options** is optional. Starts DroidScript application from script in **file**. File is the fullpath to the app. Parameter **options** is optional.
 +\\ Intent contains information to be transferred to the other app. e.g \\ action \\ type \\ data \\ extras
 +. \\ Compile your intent as an object then convert to JSON
  
-<code> app.StartApp( file );</code>+<code> 
 +app.StartApp(file,options,intent) 
 +</code>
  
 ---- ----
built_in/start_app.txt · Last modified: 2016/09/15 03:08 (external edit)