Skip navigation links
Android Intents 1.0.3 Documentation
A B C D E F G H I L M N O P R S T U V W Z 

A

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.
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.

B

BaseIntent<I extends BaseIntent> - Class in universum.studios.android.intent
A BaseIntent specifies base API for intent builders.
BaseIntent() - Constructor for class universum.studios.android.intent.BaseIntent
 
bcc(String) - Method in class universum.studios.android.intent.EmailIntent
Appends the given address to the current blind carbon copy e-mail addresses.
bcc(String...) - Method in class universum.studios.android.intent.EmailIntent
Same as EmailIntent.bcc(List) for variable array of addresses.
bcc(List<String>) - Method in class universum.studios.android.intent.EmailIntent
Appends the given set of addresses to the current blind carbon copy e-mail addresses.
bccAddresses() - Method in class universum.studios.android.intent.EmailIntent
Returns the list with valid blind carbon copy e-mail addresses.
beginTime(long) - Method in class universum.studios.android.intent.CalendarIntent
Sets a begin time for the calendar event to be newly created.
beginTime() - Method in class universum.studios.android.intent.CalendarIntent
Returns the begin time for the new calendar event.
body(CharSequence) - Method in class universum.studios.android.intent.SmsIntent
Sets a body for SMS to send.
body() - Method in class universum.studios.android.intent.SmsIntent
Returns the body for SMS to send.
build(Context) - Method in class universum.studios.android.intent.BaseIntent
Called to create an instance of Intent from the current data of this intent builder.
build(Context) - Method in class universum.studios.android.intent.ContentIntent
 

C

CalendarIntent - Class in universum.studios.android.intent
A BaseIntent builder implementation providing API for building and starting of intents targeting a calendar related applications.
CalendarIntent() - Constructor for class universum.studios.android.intent.CalendarIntent
Creates a new instance of CalendarIntent.
CalendarIntent.Availability - Annotation Type in universum.studios.android.intent
Defines an annotation for determining set of allowed flags for CalendarIntent.availability(int) method.
CalendarIntent.Type - Annotation Type in universum.studios.android.intent
Defines an annotation for determining set of allowed flags for CalendarIntent.type(int) method.
cannotBuildIntentException(String) - Method in class universum.studios.android.intent.BaseIntent
Creates an instance of IllegalArgumentException indicating that one of required parameters for this intent builder has not been specified, but BaseIntent.build(Context) has been invoked.
cc(String) - Method in class universum.studios.android.intent.EmailIntent
Appends the given address to the current carbon copy e-mail addresses.
cc(String...) - Method in class universum.studios.android.intent.EmailIntent
Same as EmailIntent.cc(List) for variable array of addresses.
cc(List<String>) - Method in class universum.studios.android.intent.EmailIntent
Appends the given set of addresses to the current carbon copy e-mail addresses.
ccAddresses() - Method in class universum.studios.android.intent.EmailIntent
Returns the list with valid carbon copy e-mail addresses.
content(CharSequence) - Method in class universum.studios.android.intent.ShareIntent
Sets a content for the sharing intent.
content() - Method in class universum.studios.android.intent.ShareIntent
Returns the text that will be used as content for the sharing intent.
CONTENT_FILE_TIME_STAMP_FORMAT - Static variable in class universum.studios.android.intent.ContentIntent
Name format for files created by this type of intent.
ContentHandler(CharSequence, Intent) - Constructor for class universum.studios.android.intent.ContentIntent.ContentHandler
Creates a new instance of ContentHandler with the specified name and intent.
ContentIntent<I extends ContentIntent<I>> - Class in universum.studios.android.intent
A BaseIntent builder implementation providing base API for building and starting of intents targeting a content previewing/editing/obtaining related applications.
ContentIntent() - Constructor for class universum.studios.android.intent.ContentIntent
 
ContentIntent.ContentHandler - Class in universum.studios.android.intent
A ContentHandler is a simple class that may be used to add one item into ContentIntent builder.
createCameraIntent() - Static method in class universum.studios.android.intent.ImageIntent
Same as ImageIntent.createCameraIntent(File) with null for outputFile parameter.
createCameraIntent(File) - Static method in class universum.studios.android.intent.ImageIntent
Same as ImageIntent.createCameraIntent(Uri) with outputUri created from the given outputFile if not nul.
createCameraIntent(Uri) - Static method in class universum.studios.android.intent.ImageIntent
Creates a new instance of Intent with MediaStore.ACTION_IMAGE_CAPTURE that can be used to launch a camera app to capture a single image.
createCameraIntent() - Static method in class universum.studios.android.intent.VideoIntent
Same as VideoIntent.createCameraIntent(File) with null for outputFile parameter.
createCameraIntent(File) - Static method in class universum.studios.android.intent.VideoIntent
Same as VideoIntent.createCameraIntent(Uri) with outputUri created from the given outputFile if not null.
createCameraIntent(Uri) - Static method in class universum.studios.android.intent.VideoIntent
Creates a new instance of Intent with MediaStore.ACTION_VIDEO_CAPTURE that can be used to launch a camera app to capture a single video.
createContentFile(String, String) - Static method in class universum.studios.android.intent.ContentIntent
Same as ContentIntent.createContentFile(String, File) with directory obtained via Environment.getExternalStoragePublicDirectory(String) with the specified externalDirectoryType as type.
createContentFile(String, File) - Static method in class universum.studios.android.intent.ContentIntent
Creates a new file with the given parameters within the specified directory.
createContentFileTimeStamp() - Static method in class universum.studios.android.intent.ContentIntent
Creates a time stamp in the ContentIntent.CONTENT_FILE_TIME_STAMP_FORMAT format for the current Date that may be used as name for a content file.
createGalleryIntent() - Static method in class universum.studios.android.intent.ImageIntent
Creates a new instance of Intent with Intent.ACTION_GET_CONTENT and MimeType.IMAGE MIME type that can be used to launch a gallery app (depends on user's choice) to pick one of available images.
createGalleryIntent() - Static method in class universum.studios.android.intent.VideoIntent
Creates a new instance of Intent with Intent.ACTION_GET_CONTENT and MimeType.VIDEO MIME type that can be used to launch a gallery app (depends on user's choice) to pick one of available videos.
createImageFile() - Static method in class universum.studios.android.intent.ImageIntent
Same as ImageIntent.createImageFile(String) with fileName in ImageIntent.IMAGE_FILE_NAME_FORMAT format with a string representation of the current time stamp obtained via ContentIntent.createContentFileTimeStamp().
createImageFile(String) - Static method in class universum.studios.android.intent.ImageIntent
Same as ContentIntent.createContentFile(String, String) with .jpg suffix for the specified fileName (if it does not contain any) and Environment.DIRECTORY_PICTURES as externalDirectoryType.
createUri(List<String>) - Static method in class universum.studios.android.intent.EmailIntent
Creates an Uri specific for the Intent.ACTION_SENDTO intent action from the given set of e-mail addresses.
createVideoFile() - Static method in class universum.studios.android.intent.VideoIntent
Same as VideoIntent.createVideoFile(String) with fileName in VideoIntent.VIDEO_FILE_NAME_FORMAT format with the current time stamp provided by ContentIntent.createContentFileTimeStamp().
createVideoFile(String) - Static method in class universum.studios.android.intent.VideoIntent
Same as ContentIntent.createContentFile(String, String) with .mp4 suffix for the specified fileName (if it does not contain any) and Environment.DIRECTORY_MOVIES as externalDirectoryType.

D

dataType(String) - Method in class universum.studios.android.intent.ContentIntent
Sets a data (MIME) type for the content uri.
dataType() - Method in class universum.studios.android.intent.ContentIntent
Returns the content's data (MIME) type.
DEBUG_LOG_ENABLED - Static variable in class universum.studios.android.intent.IntentsConfig
Deprecated.
Not used.
description(CharSequence) - Method in class universum.studios.android.intent.CalendarIntent
Sets a description for the calendar event to be newly created.
description() - Method in class universum.studios.android.intent.CalendarIntent
Returns the description for the new calendar event.
DialerIntent - Class in universum.studios.android.intent
A BaseIntent builder implementation providing API for building and starting of intents targeting a dialer related applications.
DialerIntent() - Constructor for class universum.studios.android.intent.DialerIntent
 
dialogTitle(CharSequence) - Method in class universum.studios.android.intent.BaseIntent
Sets a title for the chooser dialog.
dialogTitle() - Method in class universum.studios.android.intent.BaseIntent
Returns the title text for the chooser dialog.

E

EMAIL_MATCHER - Static variable in class universum.studios.android.intent.EmailIntent
Matcher for valid e-mail address.
EmailIntent - Class in universum.studios.android.intent
A BaseIntent builder implementation providing API for building and starting of intents targeting a e-mail related applications.
EmailIntent() - Constructor for class universum.studios.android.intent.EmailIntent
 
endTime(long) - Method in class universum.studios.android.intent.CalendarIntent
Sets an end time for the calendar event to be newly created.
endTime() - Method in class universum.studios.android.intent.CalendarIntent
Returns the end time for the new calendar event.
ensureCanBuildOrThrow() - Method in class universum.studios.android.intent.BaseIntent
Called to ensure that this builder can build its Intent from its current data.
ensureCanBuildOrThrow() - Method in class universum.studios.android.intent.CalendarIntent
 
ensureCanBuildOrThrow() - Method in class universum.studios.android.intent.ContentIntent
 
ensureCanBuildOrThrow() - Method in class universum.studios.android.intent.DialerIntent
 
ensureCanBuildOrThrow() - Method in class universum.studios.android.intent.EmailIntent
 
ensureCanBuildOrThrow() - Method in class universum.studios.android.intent.MapIntent
 
ensureCanBuildOrThrow() - Method in class universum.studios.android.intent.ShareIntent
 
ensureCanBuildOrThrow() - Method in class universum.studios.android.intent.SimpleIntent
 
ensureCanBuildOrThrow() - Method in class universum.studios.android.intent.SmsIntent
 
ensureCanBuildOrThrow() - Method in class universum.studios.android.intent.WebIntent
 
enterTransition(int) - Method in class universum.studios.android.intent.BaseIntent
Sets a window transition used to override default pending window enter transition when starting this intent.
enterTransition() - Method in class universum.studios.android.intent.BaseIntent
Returns the window enter transition used to override window's pending transition.
eventId(long) - Method in class universum.studios.android.intent.CalendarIntent
Sets an id of the calendar event to be edited or viewed.
eventId() - Method in class universum.studios.android.intent.CalendarIntent
Returns the id of the event to edit or view within calendar.
exitTransition(int) - Method in class universum.studios.android.intent.BaseIntent
Sets a window transition used to override default pending window exit transition when starting this intent.
exitTransition() - Method in class universum.studios.android.intent.BaseIntent
Returns the window exit transition used to override window's pending transition.

F

flag(int) - Method in class universum.studios.android.intent.SimpleIntent
Appends the specified flag to the current intent flags.
flags(int) - Method in class universum.studios.android.intent.SimpleIntent
Sets flags for the intent to be started.
flags() - Method in class universum.studios.android.intent.SimpleIntent
Returns the intent flags.
fragmentStarter(Fragment) - Static method in class universum.studios.android.intent.IntentStarters
Creates an instance of IntentStarter for the given fragment context.

G

getContext() - Method in interface universum.studios.android.intent.IntentStarter
Returns the context with which is this started associated.

H

handlers() - Method in class universum.studios.android.intent.ContentIntent
Returns the list of content handlers to be displayed in a chooser dialog.

I

IMAGE - Static variable in class universum.studios.android.intent.MimeType
Mime type targeting overall image content.
IMAGE_BITMAP - Static variable in class universum.studios.android.intent.MimeType
Mime type targeting Bitmap image content.
IMAGE_FILE_NAME_FORMAT - Static variable in class universum.studios.android.intent.ImageIntent
Default format for image file name.
IMAGE_JPEG - Static variable in class universum.studios.android.intent.MimeType
Mime type targeting JPEG image content.
IMAGE_PNG - Static variable in class universum.studios.android.intent.MimeType
Mime type targeting PNG image content.
ImageIntent - Class in universum.studios.android.intent
A ContentIntent implementation providing API for building and starting of intents to obtain or preview an image content.
ImageIntent() - Constructor for class universum.studios.android.intent.ImageIntent
 
ImageIntent.ImageOptions - Class in universum.studios.android.intent
ImageOptions() - Constructor for class universum.studios.android.intent.ImageIntent.ImageOptions
 
input(File) - Method in class universum.studios.android.intent.ContentIntent
Same as ContentIntent.input(Uri) with uri created from the given file if not null.
input(Uri) - Method in class universum.studios.android.intent.ContentIntent
Sets an Uri to a content that should be previewed by an activity that can handle/preview the content of the data type specified via ContentIntent.dataType(String).
input(Uri) - Method in class universum.studios.android.intent.ImageIntent
If the passed uri is not null, the current data (MIME) type will be set by default to MimeType.IMAGE.
input(Uri) - Method in class universum.studios.android.intent.VideoIntent
If the passed uri is not null, the current data (MIME) type will be by default set to MimeType.VIDEO.
inSize(int, int) - Method in class universum.studios.android.intent.ImageIntent.ImageOptions
Sets the dimensions to which should be the obtained image bitmap re-sized.
intent() - Method in class universum.studios.android.intent.ContentIntent.ContentHandler
Returns the intent specified for this handler.
IntentsConfig - Class in universum.studios.android.intent
Deprecated.
Not used.
IntentStarter - Interface in universum.studios.android.intent
Interface used to hide implementation of a specific context in which is possible to start an Intent.
IntentStarters - Class in universum.studios.android.intent
Factory that may be used to create instances of IntentStarter for a desired intent context.
isActivityForIntentAvailable(Context, Intent) - Static method in class universum.studios.android.intent.BaseIntent
Checks whether there is any activity that can handle the specified intent available on the current Android device.

L

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
Deprecated.
Not used.

M

MapIntent - Class in universum.studios.android.intent
A BaseIntent builder implementation providing API for building and starting of intents targeting a maps related applications.
MapIntent() - Constructor for class universum.studios.android.intent.MapIntent
 
message(CharSequence) - Method in class universum.studios.android.intent.EmailIntent
Sets a message for e-mail to send.
message() - Method in class universum.studios.android.intent.EmailIntent
Returns the message for e-mail to send.
MimeType - Class in universum.studios.android.intent
This class specifies the most commonly used MIME types for a content distributed on devices powered by the Android.
MimeType() - Constructor for class universum.studios.android.intent.MimeType
Creates a new empty instance of MimeType.
mimeType(String) - Method in class universum.studios.android.intent.ShareIntent
Sets a MIME type of the content passed via ShareIntent.content(CharSequence) or ShareIntent.uri(Uri) or ShareIntent.uris(List).
mimeType() - Method in class universum.studios.android.intent.ShareIntent
Returns the MIME type of the content to be shared.
MimeType.Value - Annotation Type in universum.studios.android.intent
Defines an annotation for determining set of available mime-type values specified in MimeType.

N

name() - Method in class universum.studios.android.intent.ContentIntent.ContentHandler
Returns the name of this handler.
notifyActivityNotFound(Context) - Method in class universum.studios.android.intent.BaseIntent
Notifies situation that there wasn't found any activity to handle the started intent.

O

onBuild(Context) - Method in class universum.studios.android.intent.BaseIntent
Invoked from BaseIntent.build(Context) after BaseIntent.ensureCanBuildOrThrow() to build intent specific for this intent builder from the current data.
onBuild(Context) - Method in class universum.studios.android.intent.CalendarIntent
 
onBuild(Context) - Method in class universum.studios.android.intent.ContentIntent
Will be invoked only if there are no content handlers assigned to this intent builder.
onBuild(Context) - Method in class universum.studios.android.intent.DialerIntent
 
onBuild(Context) - Method in class universum.studios.android.intent.EmailIntent
 
onBuild(Context) - Method in class universum.studios.android.intent.MapIntent
 
onBuild(Context) - Method in class universum.studios.android.intent.PlayIntent
 
onBuild(Context) - Method in class universum.studios.android.intent.ShareIntent
 
onBuild(Context) - Method in class universum.studios.android.intent.SimpleIntent
 
onBuild(Context) - Method in class universum.studios.android.intent.SmsIntent
 
onBuild(Context) - Method in class universum.studios.android.intent.WebIntent
 
onCreateCameraHandler(Resources) - Method in class universum.studios.android.intent.ImageIntent
Invoked from ImageIntent.withDefaultHandlers(Context) to create camera intent handler.
onCreateCameraHandler(Resources) - Method in class universum.studios.android.intent.VideoIntent
Invoked from VideoIntent.withDefaultHandlers(Context) to create camera intent handler.
onCreateGalleryHandler(Resources) - Method in class universum.studios.android.intent.ImageIntent
Invoked from ImageIntent.withDefaultHandlers(Context) to create gallery intent handler.
onCreateGalleryHandler(Resources) - Method in class universum.studios.android.intent.VideoIntent
Invoked from VideoIntent.withDefaultHandlers(Context) to create gallery intent handler.
onShowChooserDialog(IntentStarter) - Method in class universum.studios.android.intent.ContentIntent
Invoked from ContentIntent.startWith(IntentStarter) to show a chooser dialog if there is at least one ContentIntent.ContentHandler attached.
onStartWith(IntentStarter, Intent) - Method in class universum.studios.android.intent.BaseIntent
Invoked whenever BaseIntent.startWith(IntentStarter) is called and there is an activity available that can handle the given intent that has been created via BaseIntent.build(Context).
onStartWith(IntentStarter, Intent) - Method in class universum.studios.android.intent.ContentIntent
 
onStartWith(IntentStarter, Intent) - Method in class universum.studios.android.intent.EmailIntent
 
onStartWith(IntentStarter, Intent) - Method in class universum.studios.android.intent.ShareIntent
 
onStartWith(IntentStarter, Intent) - Method in class universum.studios.android.intent.SimpleIntent
 
output(File) - Method in class universum.studios.android.intent.ContentIntent
Same as ContentIntent.output(Uri) with uri created from the given file if not null.
output(Uri) - Method in class universum.studios.android.intent.ContentIntent
Sets an Uri where should be stored a content provided by an activity that can handle/provide the content of the data type specified via ContentIntent.dataType(String).
output(Uri) - Method in class universum.studios.android.intent.ImageIntent
Sets an output uri for an image to be captured by the camera.
output(Uri) - Method in class universum.studios.android.intent.VideoIntent
Sets an output uri for a video to be captured by the camera.
overridePendingTransition(int, int) - Method in interface universum.studios.android.intent.IntentStarter
Overrides window transition of the started intent.

P

packageName(String) - Method in class universum.studios.android.intent.PlayIntent
Sets a package name of an Android application to be viewed in Play Store.
packageName() - Method in class universum.studios.android.intent.PlayIntent
Returns the package name of an Android application to be viewed in Play Store.
phoneNumber(String) - Method in class universum.studios.android.intent.DialerIntent
Sets a phone number that should be passed to the dialer application.
phoneNumber() - Method in class universum.studios.android.intent.DialerIntent
Returns the phone number that will be passed to the dialer application.
phoneNumber(String) - Method in class universum.studios.android.intent.SmsIntent
Sets a phone number that should be passed to the SMS application.
phoneNumber() - Method in class universum.studios.android.intent.SmsIntent
Returns the phone number that will be passed to the SMS application.
PlayIntent - Class in universum.studios.android.intent
A BaseIntent builder implementation providing API for building and starting of intents targeting the Android Play Store application.
PlayIntent() - Constructor for class universum.studios.android.intent.PlayIntent
 

R

REQUEST_CODE_CAMERA - Static variable in class universum.studios.android.intent.ImageIntent
Flag to identify request code used to obtain image using camera.
REQUEST_CODE_CAMERA - Static variable in class universum.studios.android.intent.VideoIntent
Flag to identify request code used to obtain video using camera.
REQUEST_CODE_GALLERY - Static variable in class universum.studios.android.intent.ImageIntent
Flag to identify request code used to obtain image from gallery.
REQUEST_CODE_GALLERY - Static variable in class universum.studios.android.intent.VideoIntent
Flag to identify request code used to obtain video from gallery.
requestCode(int) - Method in class universum.studios.android.intent.ContentIntent.ContentHandler
Sets a request code used when starting the intent specified during initialization.
requestCode() - Method in class universum.studios.android.intent.ContentIntent.ContentHandler
Returns the request code specified for this handler.
requestCode(int) - Method in class universum.studios.android.intent.SimpleIntent
Sets a request code for the intent to be started.
requestCode() - Method in class universum.studios.android.intent.SimpleIntent
Returns the request code used to start this intent for result.

S

ShareIntent - Class in universum.studios.android.intent
A BaseIntent builder implementation providing API for building and starting of intents targeting a content sharing related applications.
ShareIntent() - Constructor for class universum.studios.android.intent.ShareIntent
 
SimpleIntent - Class in universum.studios.android.intent
A BaseIntent builder implementation providing API for building and starting of simple intents.
SimpleIntent() - Constructor for class universum.studios.android.intent.SimpleIntent
 
SmsIntent - Class in universum.studios.android.intent
A BaseIntent builder implementation providing API for building and starting of intents targeting an SMS sending related applications.
SmsIntent() - Constructor for class universum.studios.android.intent.SmsIntent
 
startIntent(Intent) - Method in interface universum.studios.android.intent.IntentStarter
Same as IntentStarter.startIntent(Intent, Bundle) without additional options.
startIntent(Intent, Bundle) - Method in interface universum.studios.android.intent.IntentStarter
Starts the given intent.
startIntentForResult(Intent, int) - Method in interface universum.studios.android.intent.IntentStarter
startIntentForResult(Intent, int, Bundle) - Method in interface universum.studios.android.intent.IntentStarter
Starts the given intent to receive result.
startWith(IntentStarter) - Method in class universum.studios.android.intent.BaseIntent
Starts na intent specific for this intent builder created via BaseIntent.build(Context) using the given intent starter.
startWith(IntentStarter) - Method in class universum.studios.android.intent.ContentIntent
 
subject(CharSequence) - Method in class universum.studios.android.intent.EmailIntent
Set a subject for e-mail to send.
subject() - Method in class universum.studios.android.intent.EmailIntent
Returns the subject for e-mail to send.
supportFragmentStarter(android.support.v4.app.Fragment) - Static method in class universum.studios.android.intent.IntentStarters
Creates an instance of IntentStarter for the given support fragment context.

T

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
Same as EmailIntent.to(List) for variable array of addresses.
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.

U

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
Returns the uri passed either via ContentIntent.input(Uri) or via ContentIntent.output(Uri).
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
Same as ShareIntent.uris(List) for variable array of Uris.
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.

V

VIDEO - Static variable in class universum.studios.android.intent.MimeType
Mime type targeting overall video content.
VIDEO_3GP - Static variable in class universum.studios.android.intent.MimeType
Mime type targeting 3GP video content.
VIDEO_3GP2 - Static variable in class universum.studios.android.intent.MimeType
Deprecated.
VIDEO_3GPP - Static variable in class universum.studios.android.intent.MimeType
Mime type targeting 3GPP video content.
VIDEO_3GPP2 - Static variable in class universum.studios.android.intent.MimeType
Mime type targeting 3GPP2 video content.
VIDEO_FILE_NAME_FORMAT - Static variable in class universum.studios.android.intent.VideoIntent
Default format for video file name.
VIDEO_JPEG - Static variable in class universum.studios.android.intent.MimeType
Mime type targeting JPEG video content.
VIDEO_MP4 - Static variable in class universum.studios.android.intent.MimeType
Mime type targeting MP4 video content.
VIDEO_MPEG - Static variable in class universum.studios.android.intent.MimeType
Mime type targeting MPEG video content.
VideoIntent - Class in universum.studios.android.intent
A ContentIntent implementation providing API for building and starting of intents to obtain or preview a video content.
VideoIntent() - Constructor for class universum.studios.android.intent.VideoIntent
 

W

WEB_URL_MATCHER - Static variable in class universum.studios.android.intent.WebIntent
Matcher for the valid web URL.
WebIntent - Class in universum.studios.android.intent
A BaseIntent builder implementation providing API for building and starting of intents targeting a web content related applications.
WebIntent() - Constructor for class universum.studios.android.intent.WebIntent
 
withDefaultHandlers(Context) - Method in class universum.studios.android.intent.ContentIntent
Attaches default content handlers to this intent.
withDefaultHandlers(Context) - Method in class universum.studios.android.intent.ImageIntent
Adds two default ContentHandlers.
withDefaultHandlers(Context) - Method in class universum.studios.android.intent.VideoIntent
Adds two default ContentHandlers.
withHandler(ContentIntent.ContentHandler) - Method in class universum.studios.android.intent.ContentIntent
Adds the specified content handler item into the list of handlers.
withHandlers(ContentIntent.ContentHandler...) - Method in class universum.studios.android.intent.ContentIntent
Same as ContentIntent.withHandlers(List) for variable array of ContentHandlers.
withHandlers(List<ContentIntent.ContentHandler>) - Method in class universum.studios.android.intent.ContentIntent
Same as ContentIntent.withHandler(ContentHandler) for list of handler items.

Z

ZOOM_LEVEL_MAX - Static variable in class universum.studios.android.intent.MapIntent
Maximum allowed value for zoom level.
ZOOM_LEVEL_MIN - Static variable in class universum.studios.android.intent.MapIntent
Minimum allowed value for zoom level.
zoomLevel(int) - Method in class universum.studios.android.intent.MapIntent
Sets a zoom level at which should be a desired location on a map displayed to a user.
zoomLevel() - Method in class universum.studios.android.intent.MapIntent
Returns the zoom level at which will be map displayed.
A B C D E F G H I L M N O P R S T U V W Z 
Skip navigation links
Android Intents 1.0.3 Documentation