Returns an intent object sent to the app.

app.GetIntent() → Object: { action, type, data, flags, extras: { app_intent, app_file, app_options } }

See Also: SendIntent

Example - Get received intent data click to expand contents