See: Description
| Interface | Description |
|---|---|
| IntentStarter |
Interface used to hide implementation of a specific context in which is possible to start an
Intent. |
| Class | Description |
|---|---|
| BaseIntent<I extends BaseIntent> |
A BaseIntent specifies base API for intent builders.
|
| CalendarIntent |
A
BaseIntent builder implementation providing API for building and starting of intents
targeting a calendar related applications. |
| ContentIntent<I extends ContentIntent<I>> |
A
BaseIntent builder implementation providing base API for building and starting of intents
targeting a content previewing/editing/obtaining related applications. |
| ContentIntent.ContentHandler |
A ContentHandler is a simple class that may be used to add one item into
ContentIntent
builder. |
| DialerIntent |
A
BaseIntent builder implementation providing API for building and starting of intents
targeting a dialer related applications. |
| EmailIntent |
A
BaseIntent builder implementation providing API for building and starting of intents
targeting a e-mail related applications. |
| ImageIntent |
A
ContentIntent implementation providing API for building and starting of intents to obtain
or preview an image content. |
| ImageIntent.ImageOptions |
Simple options for
ImageIntent.processResultIntent(int, int, Intent, Context, ImageOptions). |
| IntentsConfig | Deprecated
Not used.
|
| IntentStarters |
Factory that may be used to create instances of
IntentStarter for a desired intent context. |
| MapIntent |
A
BaseIntent builder implementation providing API for building and starting of intents
targeting a maps related applications. |
| MimeType |
This class specifies the most commonly used MIME types for a content distributed on devices
powered by the Android.
|
| PlayIntent |
A
BaseIntent builder implementation providing API for building and starting of intents
targeting the Android Play Store application. |
| ShareIntent |
A
BaseIntent builder implementation providing API for building and starting of intents
targeting a content sharing related applications. |
| SimpleIntent |
A
BaseIntent builder implementation providing API for building and starting of simple intents. |
| SmsIntent |
A
BaseIntent builder implementation providing API for building and starting of intents
targeting an SMS sending related applications. |
| VideoIntent |
A
ContentIntent implementation providing API for building and starting of intents to obtain
or preview a video content. |
| WebIntent |
A
BaseIntent builder implementation providing API for building and starting of intents
targeting a web content related applications. |
| Annotation Type | Description |
|---|---|
| CalendarIntent.Availability |
Defines an annotation for determining set of allowed flags for
CalendarIntent.availability(int) method. |
| CalendarIntent.Type |
Defines an annotation for determining set of allowed flags for
CalendarIntent.type(int) method. |
| MimeType.Value |
Defines an annotation for determining set of available mime-type values specified in
MimeType. |