Back

GetIntent

Returns an intent object sent to the app with the following style:

{
  action: string,
  type: string,
  data: string,
  flags: integer,
  extras: {
    appintent: string,
    app
file: string, (path to app source file, ex: "/sdcard/DroidScript/appname/appname.js")
    app_options: string (ex: "remote"
  }
}

  app.GetIntent() → object