- action(String) - Method in class universum.studios.android.intent.SimpleIntent
-
Specifies an action that will be used to search for available activities (that can handle
intent with such action) whenever this intent is started.
- action() - Method in class universum.studios.android.intent.SimpleIntent
-
Returns the intent action.
- activityClass(Class<? extends Activity>) - Method in class universum.studios.android.intent.SimpleIntent
-
Specifies class of an activity to be launched when this intent is started.
- activityClass() - Method in class universum.studios.android.intent.SimpleIntent
-
Returns the class of activity that will be launched.
- activityNotFoundMessage(CharSequence) - Method in class universum.studios.android.intent.BaseIntent
-
Sets a message for the toast that is shown in case, when there wasn't found any activity that
would handle the started intent.
- activityNotFoundMessage() - Method in class universum.studios.android.intent.BaseIntent
-
Returns the message text for the toast that is shown in case, when there wasn't found any
activity for the started intent.
- activityStarter(Activity) - Static method in class universum.studios.android.intent.IntentStarters
-
Creates an instance of IntentStarter for the given activity context.
- addresses() - Method in class universum.studios.android.intent.EmailIntent
-
Returns the list with valid primary e-mail addresses.
- applicationId(String) - Method in class universum.studios.android.intent.PlayIntent
-
Sets a unique ID of an Android application to be viewed in Play Store.
- applicationId() - Method in class universum.studios.android.intent.PlayIntent
-
Returns the unique ID of an Android application to be viewed in Play Store.
- AUDIO - Static variable in class universum.studios.android.intent.MimeType
-
Mime type targeting overall audio content.
- AUDIO_MP3 - Static variable in class universum.studios.android.intent.MimeType
-
Mime type targeting MP3 audio content.
- AUDIO_MP4 - Static variable in class universum.studios.android.intent.MimeType
-
Mime type targeting MP4 audio content.
- AUDIO_MPEG - Static variable in class universum.studios.android.intent.MimeType
-
Mime type targeting MPEG audio content.
- availability(int) - Method in class universum.studios.android.intent.CalendarIntent
-
Sets an availability flag for the calendar event to be newly created.
- availability() - Method in class universum.studios.android.intent.CalendarIntent
-
Returns the availability flag for the new calendar event.
- AVAILABILITY_BUSY - Static variable in class universum.studios.android.intent.CalendarIntent
-
Flag to identify BUSY availability for the newly creating calendar event.
- AVAILABILITY_FREE - Static variable in class universum.studios.android.intent.CalendarIntent
-
Flag to identify FREE availability for the newly creating calendar event.
- AVAILABILITY_TENTATIVE - Static variable in class universum.studios.android.intent.CalendarIntent
-
Flag to identify TENTATIVE availability for the newly creating calendar event.
- label(String) - Method in class universum.studios.android.intent.MapIntent
-
Sets a text by which should be labeled the requested location on map.
- label() - Method in class universum.studios.android.intent.MapIntent
-
Returns the label text for the requested map location.
- lat() - Method in class universum.studios.android.intent.MapIntent
-
Returns the latitude position of a location to show on map.
- LAT_MAX - Static variable in class universum.studios.android.intent.MapIntent
-
Maximum allowed value for latitude.
- LAT_MIN - Static variable in class universum.studios.android.intent.MapIntent
-
Minimum allowed value for latitude.
- lng() - Method in class universum.studios.android.intent.MapIntent
-
Returns the longitude position of a location to show on map.
- LNG_MAX - Static variable in class universum.studios.android.intent.MapIntent
-
Maximum allowed value for longitude.
- LNG_MIN - Static variable in class universum.studios.android.intent.MapIntent
-
Minimum allowed value for longitude.
- location(CharSequence) - Method in class universum.studios.android.intent.CalendarIntent
-
Sets a location for the calendar event to be newly created.
- location() - Method in class universum.studios.android.intent.CalendarIntent
-
Returns the location for the new calendar event.
- location(double, double) - Method in class universum.studios.android.intent.MapIntent
-
Sets latitude and longitude of a location to show on a map.
- locationQuery(String) - Method in class universum.studios.android.intent.MapIntent
-
Sets a location query that will be used to target a desired location on a map.
- locationQuery() - Method in class universum.studios.android.intent.MapIntent
-
Returns the location query targeting a specific location on a map.
- LOG_ENABLED - Static variable in class universum.studios.android.intent.IntentsConfig
-
- TEXT - Static variable in class universum.studios.android.intent.MimeType
-
Mime type targeting overall text content.
- TEXT_HTML - Static variable in class universum.studios.android.intent.MimeType
-
Mime type targeting HTML text content.
- TEXT_PLAIN - Static variable in class universum.studios.android.intent.MimeType
-
Mime type targeting plain text content.
- time(long) - Method in class universum.studios.android.intent.CalendarIntent
-
Sets a time determining where to open the calendar for view.
- time() - Method in class universum.studios.android.intent.CalendarIntent
-
Returns the time determining where to open the calendar for view.
- title(CharSequence) - Method in class universum.studios.android.intent.CalendarIntent
-
Sets a title for the calendar event to be newly created.
- title() - Method in class universum.studios.android.intent.CalendarIntent
-
Returns the title for the new calendar event.
- title(CharSequence) - Method in class universum.studios.android.intent.ShareIntent
-
Sets a title for sharing intent.
- title() - Method in class universum.studios.android.intent.ShareIntent
-
Returns the title text that will be used as title for sharing intent.
- to(String) - Method in class universum.studios.android.intent.EmailIntent
-
Appends the given address to the current primary e-mail addresses to which
to send an e-mail.
- to(String...) - Method in class universum.studios.android.intent.EmailIntent
-
- to(List<String>) - Method in class universum.studios.android.intent.EmailIntent
-
Appends the given set of addresses to the current primary e-mail addresses
to which to send an e-mail.
- transitions(int, int) - Method in class universum.studios.android.intent.BaseIntent
-
Sets both, enter + exit, window transitions used to override default pending window transition
when starting this intent.
- type(int) - Method in class universum.studios.android.intent.CalendarIntent
-
Sets a type determining whether to create, view or edit an event in the calendar.
- type() - Method in class universum.studios.android.intent.CalendarIntent
-
Returns the type of the intent that will be created by this intent builder.
- TYPE_EDIT_EVENT - Static variable in class universum.studios.android.intent.CalendarIntent
-
Flag to identify CalendarIntent as intent to edit existing calendar event.
- TYPE_INSERT_EVENT - Static variable in class universum.studios.android.intent.CalendarIntent
-
Flag to identify CalendarIntent as intent to create new calendar event.
- TYPE_VIEW - Static variable in class universum.studios.android.intent.CalendarIntent
-
Flag to identify CalendarIntent as intent to open calendar.
- TYPE_VIEW_EVENT - Static variable in class universum.studios.android.intent.CalendarIntent
-
Flag to identify CalendarIntent as intent to view existing calendar event.
- universum.studios.android.intent - package universum.studios.android.intent
-
Provides group of simple intent builders that may be used either to create common intents like
request to create a calendar event, making a call, showing map on a desired location, or to directly
start these intents via simple API.
- uri() - Method in class universum.studios.android.intent.ContentIntent
-
- uri(Uri) - Method in class universum.studios.android.intent.ShareIntent
-
Sets an Uri to content that should be shared.
- uri() - Method in class universum.studios.android.intent.ShareIntent
-
Returns the Uri to content to be shared.
- URI_SCHEME - Static variable in class universum.studios.android.intent.DialerIntent
-
Uri scheme for phone dialer targeting intents.
- URI_SCHEME - Static variable in class universum.studios.android.intent.EmailIntent
-
Uri scheme for e-mail targeting intents.
- URI_SCHEME - Static variable in class universum.studios.android.intent.MapIntent
-
Uri scheme for map targeting intents.
- URI_SCHEME - Static variable in class universum.studios.android.intent.SmsIntent
-
Uri scheme for SMS message targeting intents.
- uris(Uri...) - Method in class universum.studios.android.intent.ShareIntent
-
- uris(List<Uri>) - Method in class universum.studios.android.intent.ShareIntent
-
Sets a list of Uris to content that should be shared.
- uris() - Method in class universum.studios.android.intent.ShareIntent
-
Returns the list of Uris to content to be shared.
- url(String) - Method in class universum.studios.android.intent.WebIntent
-
Sets an URL that should be loaded into framework's web browser.
- url() - Method in class universum.studios.android.intent.WebIntent
-
Returns the web URL to be loaded into web browser.