Implicit Intents
suggest changeSyntax
- Intent()
- Intent (Intent o)
- Intent (String action)
- Intent (String action, Uri uri)
- Intent (Context packageContext, Class<?> cls)
- Intent (String action,
Uri uri,
Context packageContext,
Class<?> cls)
Parameters
| Parameters | Details | |————|———| | o | Intent | | action | String:
The Intent action, such as ACTION_VIEW.
| | uri | Uri:
The Intent data URI.| | packageContext | Context:
A Context of the application package implementing this class.| | cls | Class:
The component class that is to be used for the intent.
Remarks
- More about Intent
- More about Intent Types
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents