Optional
__javaOptional
actionThe general action to be performed, such as Intent.ACTION_VIEW.
Optional
categoriesThe array of intent categories.
Optional
dataThe URI-encoded data that intent is operating on.
Optional
extrasA map of extended data from the intent.
Optional
flagsSpecial flags associated with this intent, such as Intent.FLAG_ACTIVITY_NEW_TASK.
Optional
selectorA selector for this intent.
Optional
typeThe explicit MIME type included in the intent.
The intent that can be passed from and to web application.