Optional__OptionalactionThe general action to be performed, such as Intent.ACTION_VIEW.
OptionalcategoriesThe array of intent categories.
OptionaldataThe URI-encoded data that intent is operating on.
OptionalextrasA map of extended data from the intent.
OptionalflagsSpecial flags associated with this intent, such as Intent.FLAG_ACTIVITY_NEW_TASK.
OptionalselectorA selector for this intent.
OptionaltypeThe explicit MIME type included in the intent.
The intent that can be passed from and to web application.