LabeledIntent Class

Definition

A special subclass of Intent that can have a custom label/icon associated with it.

[Android.Runtime.Register("android/content/pm/LabeledIntent", DoNotGenerateAcw=true)]
public class LabeledIntent : Android.Content.Intent
[<Android.Runtime.Register("android/content/pm/LabeledIntent", DoNotGenerateAcw=true)>]
type LabeledIntent = class
    inherit Intent
Inheritance
LabeledIntent
Attributes

Remarks

A special subclass of Intent that can have a custom label/icon associated with it. Primarily for use with Intent#ACTION_CHOOSER.

Java documentation for android.content.pm.LabeledIntent.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Constructors

LabeledIntent(Intent, String, ICharSequence, Int32)

Create a labeled intent from the given intent, supplying a textual label and icon resource for it.

LabeledIntent(Intent, String, Int32, Int32)

Create a labeled intent from the given intent, supplying the label and icon resources for it.

LabeledIntent(Intent, String, String, Int32)

Create a labeled intent from the given intent, supplying a textual label and icon resource for it.

LabeledIntent(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

LabeledIntent(String, ICharSequence, Int32)

Create a labeled intent with no intent data but supplying a textual label and icon resource for it.

LabeledIntent(String, Int32, Int32)

Create a labeled intent with no intent data but supplying the label and icon resources for it.

LabeledIntent(String, String, Int32)

Create a labeled intent with no intent data but supplying a textual label and icon resource for it.

Fields

ActionAirplaneModeChanged

Broadcast Action: The user has switched the phone into or out of Airplane Mode.

(Inherited from Intent)
ActionAllApps

Activity Action: List all available applications.

(Inherited from Intent)
ActionAnswer

Activity Action: Handle an incoming phone call.

(Inherited from Intent)
ActionAppError

Activity Action: The user pressed the "Report" button in the crash/ANR dialog.

(Inherited from Intent)
ActionApplicationLocaleChanged

Broadcast Action: Locale of a particular app has changed.

(Inherited from Intent)
ActionApplicationPreferences

An activity that provides a user interface for adjusting application preferences.

(Inherited from Intent)
ActionApplicationRestrictionsChanged

Broadcast Action: Sent after application restrictions are changed.

(Inherited from Intent)
ActionAssist

Activity Action: Perform assist action.

(Inherited from Intent)
ActionAttachData

Used to indicate that some piece of data should be attached to some other place.

(Inherited from Intent)
ActionAutoRevokePermissions

Activity action: Launch UI to manage auto-revoke state.

(Inherited from Intent)
ActionBatteryChanged

Broadcast Action: This is a <em>sticky broadcast</em> containing the charging state, level, and other information about the battery.

(Inherited from Intent)
ActionBatteryLow

Broadcast Action: Indicates low battery condition on the device.

(Inherited from Intent)
ActionBatteryOkay

Broadcast Action: Indicates the battery is now okay after being low.

(Inherited from Intent)
ActionBootCompleted

Broadcast Action: This is broadcast once, after the user has finished booting.

(Inherited from Intent)
ActionBugReport

Activity Action: Show activity for reporting a bug.

(Inherited from Intent)
ActionCall

Activity Action: Perform a call to someone specified by the data.

(Inherited from Intent)
ActionCallButton

Activity Action: The user pressed the "call" button to go to the dialer or other appropriate UI for placing a call.

(Inherited from Intent)
ActionCameraButton

Broadcast Action: The "Camera Button" was pressed.

(Inherited from Intent)
ActionCarrierSetup

Activity Action: Main entry point for carrier setup apps.

(Inherited from Intent)
ActionChooser

Activity Action: Display an activity chooser, allowing the user to pick what they want to before proceeding.

(Inherited from Intent)
ActionCloseSystemDialogs

Broadcast Action: This is broadcast when a user action should request a temporary system dialog to dismiss.

(Inherited from Intent)
ActionConfigurationChanged

Broadcast Action: The current device android.content.res.Configuration (orientation, locale, etc) has changed.

(Inherited from Intent)
ActionCreateDocument

Activity Action: Allow the user to create a new document.

(Inherited from Intent)
ActionCreateNote

Activity Action: Starts a note-taking activity that can be used to create a note.

(Inherited from Intent)
ActionCreateReminder

Activity Action: Creates a reminder.

(Inherited from Intent)
ActionCreateShortcut

Activity Action: Creates a shortcut.

(Inherited from Intent)
ActionDateChanged

Broadcast Action: The date has changed.

(Inherited from Intent)
ActionDefault

A synonym for #ACTION_VIEW, the "standard" action that is performed on a piece of data.

(Inherited from Intent)
ActionDefine

Activity Action: Define the meaning of the selected word(s).

(Inherited from Intent)
ActionDelete

Activity Action: Delete the given data from its container.

(Inherited from Intent)
ActionDeviceStorageLow

Broadcast Action: A sticky broadcast that indicates low storage space condition on the device <p class="note"> This is a protected intent that can only be sent by the system.

(Inherited from Intent)
ActionDeviceStorageOk

Broadcast Action: Indicates low storage space condition on the device no longer exists <p class="note"> This is a protected intent that can only be sent by the system.

(Inherited from Intent)
ActionDial

Activity Action: Dial a number as specified by the data.

(Inherited from Intent)
ActionDockEvent

Broadcast Action: A sticky broadcast for changes in the physical docking state of the device.

(Inherited from Intent)
ActionDreamingStarted

Broadcast Action: Sent after the system starts dreaming.

(Inherited from Intent)
ActionDreamingStopped

Broadcast Action: Sent after the system stops dreaming.

(Inherited from Intent)
ActionEdit

Activity Action: Provide explicit editable access to the given data.

(Inherited from Intent)
ActionExternalApplicationsAvailable

Broadcast Action: Resources for a set of packages (which were previously unavailable) are currently available since the media on which they exist is available.

(Inherited from Intent)
ActionExternalApplicationsUnavailable

Broadcast Action: Resources for a set of packages are currently unavailable since the media on which they exist is unavailable.

(Inherited from Intent)
ActionFactoryTest

Activity Action: Main entry point for factory tests.

(Inherited from Intent)
ActionGetContent

Activity Action: Allow the user to select a particular kind of data and return it.

(Inherited from Intent)
ActionGetRestrictionEntries

Broadcast to a specific application to query any supported restrictions to impose on restricted users.

(Inherited from Intent)
ActionGtalkServiceConnected

Broadcast Action: A GTalk connection has been established.

(Inherited from Intent)
ActionGtalkServiceDisconnected

Broadcast Action: A GTalk connection has been disconnected.

(Inherited from Intent)
ActionHeadsetPlug

Broadcast Action: Wired Headset plugged in or unplugged.

(Inherited from Intent)
ActionInputMethodChanged

Broadcast Action: An input method has been changed.

(Inherited from Intent)
ActionInsert

Activity Action: Insert an empty item into the given container.

(Inherited from Intent)
ActionInsertOrEdit

Activity Action: Pick an existing item, or insert a new item, and then edit it.

(Inherited from Intent)
ActionInstallFailure

Activity Action: Activity to handle split installation failures.

(Inherited from Intent)
ActionInstallPackage

Activity Action: Launch application installer.

(Inherited from Intent)
ActionLaunchCaptureContentActivityForNote

Activity Action: Use with startActivityForResult to start a system activity that captures content on the screen to take a screenshot and present it to the user for editing.

(Inherited from Intent)
ActionLocaleChanged

Broadcast Action: The receiver's effective locale has changed.

(Inherited from Intent)
ActionLockedBootCompleted

Broadcast Action: This is broadcast once, after the user has finished booting, but while still in the "locked" state.

(Inherited from Intent)
ActionMain

Activity Action: Start as a main entry point, does not expect to receive data.

(Inherited from Intent)
ActionManagedProfileAdded

Broadcast sent to the primary user when an associated managed profile is added (the profile was created and is ready to be used).

(Inherited from Intent)
ActionManagedProfileAvailable

Broadcast sent to the primary user when an associated managed profile has become available.

(Inherited from Intent)
ActionManagedProfileRemoved

Broadcast sent to the primary user when an associated managed profile is removed.

(Inherited from Intent)
ActionManagedProfileUnavailable

Broadcast sent to the primary user when an associated managed profile has become unavailable.

(Inherited from Intent)
ActionManagedProfileUnlocked

Broadcast sent to the primary user when the credential-encrypted private storage for an associated managed profile is unlocked.

(Inherited from Intent)
ActionManageNetworkUsage

Activity Action: Show settings for managing network data usage of a specific application.

(Inherited from Intent)
ActionManagePackageStorage

Broadcast Action: Indicates low memory condition notification acknowledged by user and package management should be started.

(Inherited from Intent)
ActionManageUnusedApps

Activity action: Launch UI to manage unused apps (hibernated apps).

(Inherited from Intent)
ActionMediaBadRemoval

Broadcast Action: External media was removed from SD card slot, but mount point was not unmounted.

(Inherited from Intent)
ActionMediaButton

Broadcast Action: The "Media Button" was pressed.

(Inherited from Intent)
ActionMediaChecking

Broadcast Action: External media is present, and being disk-checked The path to the mount point for the checking media is contained in the Intent.

(Inherited from Intent)
ActionMediaEject

Broadcast Action: User has expressed the desire to remove the external storage media.

(Inherited from Intent)
ActionMediaMounted

Broadcast Action: External media is present and mounted at its mount point.

(Inherited from Intent)
ActionMediaNofs

Broadcast Action: External media is present, but is using an incompatible fs (or is blank) The path to the mount point for the checking media is contained in the Intent.

(Inherited from Intent)
ActionMediaRemoved

Broadcast Action: External media has been removed.

(Inherited from Intent)
ActionMediaScannerFinished

Broadcast Action: The media scanner has finished scanning a directory.

(Inherited from Intent)
ActionMediaScannerScanFile

Broadcast Action: Request the media scanner to scan a file and add it to the media database.

(Inherited from Intent)
ActionMediaScannerStarted

Broadcast Action: The media scanner has started scanning a directory.

(Inherited from Intent)
ActionMediaShared

Broadcast Action: External media is unmounted because it is being shared via USB mass storage.

(Inherited from Intent)
ActionMediaUnmountable

Broadcast Action: External media is present but cannot be mounted.

(Inherited from Intent)
ActionMediaUnmounted

Broadcast Action: External media is present, but not mounted at its mount point.

(Inherited from Intent)
ActionMyPackageReplaced

Broadcast Action: A new version of your application has been installed over an existing one.

(Inherited from Intent)
ActionMyPackageSuspended

Broadcast Action: Sent to a package that has been suspended by the system.

(Inherited from Intent)
ActionMyPackageUnsuspended

Broadcast Action: Sent to a package that has been unsuspended.

(Inherited from Intent)
ActionNewOutgoingCall

Broadcast Action: An outgoing call is about to be placed.

(Inherited from Intent)
ActionOpenDocument

Activity Action: Allow the user to select and return one or more existing documents.

(Inherited from Intent)
ActionOpenDocumentTree

Activity Action: Allow the user to pick a directory subtree.

(Inherited from Intent)
ActionPackageAdded

Broadcast Action: A new application package has been installed on the device.

(Inherited from Intent)
ActionPackageChanged

Broadcast Action: An existing application package has been changed (for example, a component has been enabled or disabled).

(Inherited from Intent)
ActionPackageDataCleared

Broadcast Action: The user has cleared the data of a package.

(Inherited from Intent)
ActionPackageFirstLaunch

Broadcast Action: Sent to the installer package of an application when that application is first launched (that is the first time it is moved out of the stopped state).

(Inherited from Intent)
ActionPackageFullyRemoved

Broadcast Action: An existing application package has been completely removed from the device.

(Inherited from Intent)
ActionPackageInstall
Obsolete.

Broadcast Action: Trigger the download and eventual installation of a package.

(Inherited from Intent)
ActionPackageNeedsVerification

Broadcast Action: Sent to the system package verifier when a package needs to be verified.

(Inherited from Intent)
ActionPackageRemoved

Broadcast Action: An existing application package has been removed from the device.

(Inherited from Intent)
ActionPackageReplaced

Broadcast Action: A new version of an application package has been installed, replacing an existing version that was previously installed.

(Inherited from Intent)
ActionPackageRestarted

Broadcast Action: The user has restarted a package, and all of its processes have been killed.

(Inherited from Intent)
ActionPackagesSuspended

Broadcast Action: Packages have been suspended.

(Inherited from Intent)
ActionPackagesUnsuspended

Broadcast Action: Packages have been unsuspended.

(Inherited from Intent)
ActionPackageVerified

Broadcast Action: Sent to the system package verifier when a package is verified.

(Inherited from Intent)
ActionPaste

Activity Action: Create a new item in the given container, initializing it from the current contents of the clipboard.

(Inherited from Intent)
ActionPick

Activity Action: Pick an item from the data, returning what was selected.

(Inherited from Intent)
ActionPickActivity

Activity Action: Pick an activity given an intent, returning the class selected.

(Inherited from Intent)
ActionPowerConnected

Broadcast Action: External power has been connected to the device.

(Inherited from Intent)
ActionPowerDisconnected

Broadcast Action: External power has been removed from the device.

(Inherited from Intent)
ActionPowerUsageSummary

Activity Action: Show power usage information to the user.

(Inherited from Intent)
ActionProcessText

Activity Action: Process a piece of text.

(Inherited from Intent)
ActionProfileAccessible

Broadcast sent to the parent user when an associated profile has been started and unlocked.

(Inherited from Intent)
ActionProfileAdded

Broadcast sent to the parent user when an associated profile is added (the profile was created and is ready to be used).

(Inherited from Intent)
ActionProfileInaccessible

Broadcast sent to the parent user when an associated profile has stopped.

(Inherited from Intent)
ActionProfileRemoved

Broadcast sent to the parent user when an associated profile is removed.

(Inherited from Intent)
ActionProviderChanged

Broadcast Action: Some content providers have parts of their namespace where they publish new events or items that the user may be especially interested in.

(Inherited from Intent)
ActionQuickClock

Sent when the user taps on the clock widget in the system's "quick settings" area.

(Inherited from Intent)
ActionQuickView

Activity Action: Quick view the data.

(Inherited from Intent)
ActionReboot

Broadcast Action: Have the device reboot.

(Inherited from Intent)
ActionRun

Activity Action: Run the data, whatever that means.

(Inherited from Intent)
ActionSafetyCenter

Activity action: Launch UI to open the Safety Center, which highlights the user's security and privacy status.

(Inherited from Intent)
ActionScreenOff

Broadcast Action: Sent when the device goes to sleep and becomes non-interactive.

(Inherited from Intent)
ActionScreenOn

Broadcast Action: Sent when the device wakes up and becomes interactive.

(Inherited from Intent)
ActionSearch

Activity Action: Perform a search.

(Inherited from Intent)
ActionSearchLongPress

Activity Action: Start action associated with long pressing on the search key.

(Inherited from Intent)
ActionSend

Activity Action: Deliver some data to someone else.

(Inherited from Intent)
ActionSendMultiple

Activity Action: Deliver multiple data to someone else.

(Inherited from Intent)
ActionSendto

Activity Action: Send a message to someone specified by the data.

(Inherited from Intent)
ActionSetWallpaper

Activity Action: Show settings for choosing wallpaper.

(Inherited from Intent)
ActionShowAppInfo

Activity Action: Launch an activity showing the app information.

(Inherited from Intent)
ActionShowWorkApps

Activity Action: Action to show the list of all work apps in the launcher.

(Inherited from Intent)
ActionShutdown

Broadcast Action: Device is shutting down.

(Inherited from Intent)
ActionSync

Activity Action: Perform a data synchronization.

(Inherited from Intent)
ActionSystemTutorial

Activity Action: Start the platform-defined tutorial

(Inherited from Intent)
ActionTimeChanged

Broadcast Action: The time was set.

(Inherited from Intent)
ActionTimeTick

Broadcast Action: The current time has changed.

(Inherited from Intent)
ActionTimezoneChanged

Broadcast Action: The timezone has changed.

(Inherited from Intent)
ActionTranslate

Activity Action: Perform text translation.

(Inherited from Intent)
ActionUidRemoved

Broadcast Action: A uid has been removed from the system.

(Inherited from Intent)
ActionUmsConnected
Obsolete.

Broadcast Action: The device has entered USB Mass Storage mode.

(Inherited from Intent)
ActionUmsDisconnected
Obsolete.

Broadcast Action: The device has exited USB Mass Storage mode.

(Inherited from Intent)
ActionUninstallPackage

Activity Action: Launch application uninstaller.

(Inherited from Intent)
ActionUserBackground

Sent after a user switch is complete, if the switch caused the process's user to be sent to the background.

(Inherited from Intent)
ActionUserForeground

Sent after a user switch is complete, if the switch caused the process's user to be brought to the foreground.

(Inherited from Intent)
ActionUserInitialize

Sent the first time a user is starting, to allow system apps to perform one time initialization.

(Inherited from Intent)
ActionUserPresent

Broadcast Action: Sent when the user is present after device wakes up (e.

(Inherited from Intent)
ActionUserUnlocked

Broadcast Action: Sent when the credential-encrypted private storage has become unlocked for the target user.

(Inherited from Intent)
ActionView

Activity Action: Display the data to the user.

(Inherited from Intent)
ActionViewLocus

Activity Action: Display an activity state associated with an unique LocusId.

(Inherited from Intent)
ActionViewPermissionUsage

Activity action: Launch UI to show information about the usage of a given permission group.

(Inherited from Intent)
ActionViewPermissionUsageForPeriod

Activity action: Launch UI to show information about the usage of a given permission group in a given period.

(Inherited from Intent)
ActionVoiceCommand

Activity Action: Start Voice Command.

(Inherited from Intent)
ActionWallpaperChanged
Obsolete.

Broadcast Action: The current system wallpaper has changed.

(Inherited from Intent)
ActionWebSearch

Activity Action: Perform a web search.

(Inherited from Intent)
CaptureContentForNoteBlockedByAdmin
Obsolete.

A response code used with #EXTRA_CAPTURE_CONTENT_FOR_NOTE_STATUS_CODE to indicate that screenshot is blocked by IT admin.

(Inherited from Intent)
CaptureContentForNoteFailed
Obsolete.

A response code used with #EXTRA_CAPTURE_CONTENT_FOR_NOTE_STATUS_CODE to indicate that something went wrong.

(Inherited from Intent)
CaptureContentForNoteSuccess
Obsolete.

A response code used with #EXTRA_CAPTURE_CONTENT_FOR_NOTE_STATUS_CODE to indicate that the request was a success.

(Inherited from Intent)
CaptureContentForNoteUserCanceled
Obsolete.

A response code used with #EXTRA_CAPTURE_CONTENT_FOR_NOTE_STATUS_CODE to indicate that user canceled the content capture flow.

(Inherited from Intent)
CaptureContentForNoteWindowModeUnsupported
Obsolete.

A response code used with #EXTRA_CAPTURE_CONTENT_FOR_NOTE_STATUS_CODE to indicate that the intent action #ACTION_LAUNCH_CAPTURE_CONTENT_ACTIVITY_FOR_NOTE was started by an activity that is running in a non-supported window mode.

(Inherited from Intent)
CategoryAccessibilityShortcutTarget

The accessibility shortcut is a global gesture for users with disabilities to trigger an important for them accessibility feature to help developers determine whether they want to make their activity a shortcut target.

(Inherited from Intent)
CategoryAlternative

Set if the activity should be considered as an alternative action to the data the user is currently viewing.

(Inherited from Intent)
CategoryAppBrowser

Used with #ACTION_MAIN to launch the browser application.

(Inherited from Intent)
CategoryAppCalculator

Used with #ACTION_MAIN to launch the calculator application.

(Inherited from Intent)
CategoryAppCalendar

Used with #ACTION_MAIN to launch the calendar application.

(Inherited from Intent)
CategoryAppContacts

Used with #ACTION_MAIN to launch the contacts application.

(Inherited from Intent)
CategoryAppEmail

Used with #ACTION_MAIN to launch the email application.

(Inherited from Intent)
CategoryAppFiles

Used with #ACTION_MAIN to launch the files application.

(Inherited from Intent)
CategoryAppFitness

Used with #ACTION_MAIN to launch the fitness application.

(Inherited from Intent)
CategoryAppGallery

Used with #ACTION_MAIN to launch the gallery application.

(Inherited from Intent)
CategoryAppMaps

Used with #ACTION_MAIN to launch the maps application.

(Inherited from Intent)
CategoryAppMarket

This activity allows the user to browse and download new applications.

(Inherited from Intent)
CategoryAppMessaging

Used with #ACTION_MAIN to launch the messaging application.

(Inherited from Intent)
CategoryAppMusic

Used with #ACTION_MAIN to launch the music application.

(Inherited from Intent)
CategoryAppWeather

Used with #ACTION_MAIN to launch the weather application.

(Inherited from Intent)
CategoryBrowsable

Activities that can be safely invoked from a browser must support this category.

(Inherited from Intent)
CategoryCarDock

An activity to run when device is inserted into a car dock.

(Inherited from Intent)
CategoryCarMode

Used to indicate that the activity can be used in a car environment.

(Inherited from Intent)
CategoryDefault

Set if the activity should be an option for the default action (center press) to perform on a piece of data.

(Inherited from Intent)
CategoryDeskDock

An activity to run when device is inserted into a desk dock.

(Inherited from Intent)
CategoryDevelopmentPreference

This activity is a development preference panel.

(Inherited from Intent)
CategoryEmbed

Capable of running inside a parent activity container.

(Inherited from Intent)
CategoryFrameworkInstrumentationTest

To be used as code under test for framework instrumentation tests.

(Inherited from Intent)
CategoryHeDeskDock

An activity to run when device is inserted into a digital (high end) dock.

(Inherited from Intent)
CategoryHome

This is the home activity, that is the first activity that is displayed when the device boots.

(Inherited from Intent)
CategoryInfo

Provides information about the package it is in; typically used if a package does not contain a #CATEGORY_LAUNCHER to provide a front-door to the user without having to be shown in the all apps list.

(Inherited from Intent)
CategoryLauncher

Should be displayed in the top-level launcher.

(Inherited from Intent)
CategoryLeanbackLauncher

Indicates an activity optimized for Leanback mode, and that should be displayed in the Leanback launcher.

(Inherited from Intent)
CategoryLeDeskDock

An activity to run when device is inserted into a analog (low end) dock.

(Inherited from Intent)
CategoryMonkey

This activity may be exercised by the monkey or other automated test tools.

(Inherited from Intent)
CategoryOpenable

Used to indicate that an intent only wants URIs that can be opened with ContentResolver#openFileDescriptor(Uri, String).

(Inherited from Intent)
CategoryPreference

This activity is a preference panel.

(Inherited from Intent)
CategorySampleCode

To be used as a sample code example (not part of the normal user experience).

(Inherited from Intent)
CategorySecondaryHome

The home activity shown on secondary displays that support showing home activities.

(Inherited from Intent)
CategorySelectedAlternative

Set if the activity should be considered as an alternative selection action to the data the user has currently selected.

(Inherited from Intent)
CategoryTab

Intended to be used as a tab inside of a containing TabActivity.

(Inherited from Intent)
CategoryTest

To be used as a test (not part of the normal user experience).

(Inherited from Intent)
CategoryTypedOpenable

Used to indicate that an intent filter can accept files which are not necessarily openable by ContentResolver#openFileDescriptor(Uri, String), but at least streamable via ContentResolver#openTypedAssetFileDescriptor(Uri, String, Bundle) using one of the stream types exposed via ContentResolver#getStreamTypes(Uri, String).

(Inherited from Intent)
CategoryUnitTest

To be used as a unit test (run through the Test Harness).

(Inherited from Intent)
CategoryVoice

Categories for activities that can participate in voice interaction.

(Inherited from Intent)
CategoryVrHome

An activity to use for the launcher when the device is placed in a VR Headset viewer.

(Inherited from Intent)
ExtraAlarmCount

Used as an int extra field in android.app.AlarmManager pending intents to tell the application being invoked how many pending alarms are being delivered with the intent.

(Inherited from Intent)
ExtraAllowMultiple

Extra used to indicate that an intent can allow the user to select and return multiple items.

(Inherited from Intent)
ExtraAllowReplace
Obsolete.

Used as a boolean extra field with #ACTION_INSTALL_PACKAGE to install a package.

(Inherited from Intent)
ExtraAlternateIntents

An Intent[] describing additional, alternate choices you would like shown with #ACTION_CHOOSER.

(Inherited from Intent)
ExtraAssistContext

An optional field on #ACTION_ASSIST and containing additional contextual information supplied by the current foreground app at the time of the assist request.

(Inherited from Intent)
ExtraAssistInputDeviceId

An optional field on #ACTION_ASSIST containing the InputDevice id that was used to invoke the assist.

(Inherited from Intent)
ExtraAssistInputHintKeyboard

An optional field on #ACTION_ASSIST suggesting that the user will likely use a keyboard as the primary input device for assistance.

(Inherited from Intent)
ExtraAssistPackage

An optional field on #ACTION_ASSIST containing the name of the current foreground application package at the time the assist was invoked.

(Inherited from Intent)
ExtraAssistUid

An optional field on #ACTION_ASSIST containing the uid of the current foreground application package at the time the assist was invoked.

(Inherited from Intent)
ExtraAttributionTags

A String[] holding attribution tags when used with #ACTION_VIEW_PERMISSION_USAGE_FOR_PERIOD and ACTION_MANAGE_PERMISSION_USAGE

        E.
(Inherited from Intent)
ExtraAutoLaunchSingleChoice

Used as a boolean extra field in #ACTION_CHOOSER intents to specify whether to show the chooser or not when there is only one application available to choose from.

(Inherited from Intent)
ExtraBcc

A String[] holding e-mail addresses that should be blind carbon copied.

(Inherited from Intent)
ExtraBugReport

Used as a parcelable extra field in #ACTION_APP_ERROR, containing the bug report.

(Inherited from Intent)
ExtraCaptureContentForNoteStatusCode

An int extra used by activity started with #ACTION_LAUNCH_CAPTURE_CONTENT_ACTIVITY_FOR_NOTE to indicate status of the response.

(Inherited from Intent)
ExtraCc

A String[] holding e-mail addresses that should be carbon copied.

(Inherited from Intent)
ExtraChangedComponentName
Obsolete.

This member is deprecated.

(Inherited from Intent)
ExtraChangedComponentNameList

This field is part of android.content.Intent#ACTION_PACKAGE_CHANGED, and contains a string array of all of the components that have changed.

(Inherited from Intent)
ExtraChangedPackageList

This field is part of android.content.Intent#ACTION_EXTERNAL_APPLICATIONS_AVAILABLE, android.content.Intent#ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE, android.content.Intent#ACTION_PACKAGES_SUSPENDED, android.content.Intent#ACTION_PACKAGES_UNSUSPENDED and contains a string array of all of the components that have changed.

(Inherited from Intent)
ExtraChangedUidList

This field is part of android.content.Intent#ACTION_EXTERNAL_APPLICATIONS_AVAILABLE, android.content.Intent#ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE and contains an integer array of uids of all of the components that have changed.

(Inherited from Intent)
ExtraChooserCustomActions

A Parcelable[] of ChooserAction objects to provide the Android Sharesheet with app-specific actions to be presented to the user when invoking #ACTION_CHOOSER.

(Inherited from Intent)
ExtraChooserModifyShareAction

Optional argument to be used with #ACTION_CHOOSER.

(Inherited from Intent)
ExtraChooserRefinementIntentSender

An IntentSender for an Activity that will be invoked when the user makes a selection from the chooser activity presented by #ACTION_CHOOSER.

(Inherited from Intent)
ExtraChooserTargets

A android.service.chooser.ChooserTarget ChooserTarget[] for #ACTION_CHOOSER describing additional high-priority deep-link targets for the chooser to present to the user.

(Inherited from Intent)
ExtraChosenComponent

The ComponentName chosen by the user to complete an action.

(Inherited from Intent)
ExtraChosenComponentIntentSender

An IntentSender that will be notified if a user successfully chooses a target component to handle an action in an #ACTION_CHOOSER activity.

(Inherited from Intent)
ExtraComponentName

Intent extra: A ComponentName value.

(Inherited from Intent)
ExtraContentAnnotations

An ArrayList of String annotations describing content for #ACTION_CHOOSER.

(Inherited from Intent)
ExtraContentQuery

Optional CharSequence extra to provide a search query.

(Inherited from Intent)
ExtraDataRemoved

Used as a boolean extra field in android.content.Intent#ACTION_PACKAGE_REMOVED intents to indicate whether this represents a full uninstall (removing both the code and its data) or a partial uninstall (leaving its data, implying that this is an update).

(Inherited from Intent)
ExtraDockState

Used as an int extra field in android.content.Intent#ACTION_DOCK_EVENT intents to request the dock state.

(Inherited from Intent)
ExtraDontKillApp

Used as a boolean extra field in android.content.Intent#ACTION_PACKAGE_REMOVED or android.content.Intent#ACTION_PACKAGE_CHANGED intents to override the default action of restarting the application.

(Inherited from Intent)
ExtraDurationMillis

Intent extra: The number of milliseconds.

(Inherited from Intent)
ExtraEmail

A String[] holding e-mail addresses that should be delivered to.

(Inherited from Intent)
ExtraEndTime

A long representing the end timestamp (epoch time in millis) of the permission usage when used with #ACTION_VIEW_PERMISSION_USAGE_FOR_PERIOD and ACTION_MANAGE_PERMISSION_USAGE

(Inherited from Intent)
ExtraExcludeComponents

A ComponentName ComponentName[] describing components that should be filtered out and omitted from a list of components presented to the user.

(Inherited from Intent)
ExtraFromStorage

Extra that can be included on activity intents coming from the storage UI when it launches sub-activities to manage various types of storage.

(Inherited from Intent)
ExtraHtmlText

A constant String that is associated with the Intent, used with #ACTION_SEND to supply an alternative to #EXTRA_TEXT as HTML formatted text.

(Inherited from Intent)
ExtraIndex

Optional index with semantics depending on the intent action.

(Inherited from Intent)
ExtraInitialIntents

A Parcelable[] of Intent or android.content.pm.LabeledIntent objects as set with #putExtra(String, Parcelable[]) to place at the front of the list of choices, when shown to the user with an #ACTION_CHOOSER.

(Inherited from Intent)
ExtraInstallerPackageName

Used as a string extra field with #ACTION_INSTALL_PACKAGE to install a package.

(Inherited from Intent)
ExtraIntent

An Intent describing the choices you would like shown with #ACTION_PICK_ACTIVITY or #ACTION_CHOOSER.

(Inherited from Intent)
ExtraKeyEvent

A android.view.KeyEvent object containing the event that triggered the creation of the Intent it is in.

(Inherited from Intent)
ExtraLocaleList

Intent extra: A android.os.LocaleList

(Inherited from Intent)
ExtraLocalOnly

Extra used to indicate that an intent should only return data that is on the local device.

(Inherited from Intent)
ExtraLocusId

Intent extra: ID of the context used on #ACTION_VIEW_LOCUS.

(Inherited from Intent)
ExtraMimeTypes

Extra used to communicate a set of acceptable MIME types.

(Inherited from Intent)
ExtraNotUnknownSource

Used as a boolean extra field with #ACTION_INSTALL_PACKAGE to install a package.

(Inherited from Intent)
ExtraOriginatingUri

Used as a URI extra field with #ACTION_INSTALL_PACKAGE and #ACTION_VIEW to indicate the URI from which the local APK in the Intent data field originated from.

(Inherited from Intent)
ExtraPackageName

Intent extra: An app package name.

(Inherited from Intent)
ExtraPackages

String array of package names.

(Inherited from Intent)
ExtraPermissionGroupName

Intent extra: The name of a permission group.

(Inherited from Intent)
ExtraPhoneNumber

A String holding the phone number originally entered in android.content.Intent#ACTION_NEW_OUTGOING_CALL, or the actual number to call in a android.content.Intent#ACTION_CALL.

(Inherited from Intent)
ExtraProcessText

The name of the extra used to define the text to be processed, as a CharSequence.

(Inherited from Intent)
ExtraProcessTextReadonly

The name of the boolean extra used to define if the processed text will be used as read-only.

(Inherited from Intent)
ExtraQuickViewFeatures

An optional extra of String[] indicating which quick view features should be made available to the user in the quick view UI while handing a Intent#ACTION_QUICK_VIEW intent.

(Inherited from Intent)
ExtraQuietMode

Optional boolean extra indicating whether quiet mode has been switched on or off.

(Inherited from Intent)
ExtraReferrer

This extra can be used with any Intent used to launch an activity, supplying information about who is launching that activity.

(Inherited from Intent)
ExtraReferrerName

Alternate version of #EXTRA_REFERRER that supplies the URI as a String rather than a android.net.Uri object.

(Inherited from Intent)
ExtraRemoteIntentToken

Used in the extra field in the remote intent.

(Inherited from Intent)
ExtraReplacementExtras

A Bundle forming a mapping of potential target package names to different extras Bundles to add to the default intent extras in #EXTRA_INTENT when used with #ACTION_CHOOSER.

(Inherited from Intent)
ExtraReplacing

Used as a boolean extra field in android.content.Intent#ACTION_PACKAGE_REMOVED intents to indicate that this is a replacement of the package, so this broadcast will immediately be followed by an add broadcast for a different version of the same package.

(Inherited from Intent)
ExtraRestrictionsBundle

Extra sent in the intent to the BroadcastReceiver that handles #ACTION_GET_RESTRICTION_ENTRIES.

(Inherited from Intent)
ExtraRestrictionsIntent

Extra used in the response from a BroadcastReceiver that handles #ACTION_GET_RESTRICTION_ENTRIES.

(Inherited from Intent)
ExtraRestrictionsList

Extra used in the response from a BroadcastReceiver that handles #ACTION_GET_RESTRICTION_ENTRIES.

(Inherited from Intent)
ExtraResultReceiver

A ResultReceiver used to return data back to the sender.

(Inherited from Intent)
ExtraReturnResult

Used as a boolean extra field with #ACTION_INSTALL_PACKAGE or #ACTION_UNINSTALL_PACKAGE.

(Inherited from Intent)
ExtraShortcutIcon

The name of the extra used to define the icon, as a Bitmap, of a shortcut.

(Inherited from Intent)
ExtraShortcutIconResource

The name of the extra used to define the icon, as a ShortcutIconResource, of a shortcut.

(Inherited from Intent)
ExtraShortcutId

Intent extra: ID of the shortcut used to send the share intent.

(Inherited from Intent)
ExtraShortcutIntent

The name of the extra used to define the Intent of a shortcut.

(Inherited from Intent)
ExtraShortcutName

The name of the extra used to define the name of a shortcut.

(Inherited from Intent)
ExtraShutdownUserspaceOnly

Optional extra for #ACTION_SHUTDOWN that allows the sender to qualify that this shutdown is only for the user space of the system, not a complete shutdown.

(Inherited from Intent)
ExtraSplitName

Intent extra: An app split name.

(Inherited from Intent)
ExtraStartTime

A long representing the start timestamp (epoch time in millis) of the permission usage when used with #ACTION_VIEW_PERMISSION_USAGE_FOR_PERIOD and ACTION_MANAGE_PERMISSION_USAGE

(Inherited from Intent)
ExtraStream

A content: URI holding a stream of data associated with the Intent, used with #ACTION_SEND to supply the data being sent.

(Inherited from Intent)
ExtraSubject

A constant string holding the desired subject line of a message.

(Inherited from Intent)
ExtraSuspendedPackageExtras

Intent extra: A Bundle of extras for a package being suspended.

(Inherited from Intent)
ExtraTemplate

The initial data to place in a newly created record.

(Inherited from Intent)
ExtraText

A constant CharSequence that is associated with the Intent, used with #ACTION_SEND to supply the literal data to be sent.

(Inherited from Intent)
ExtraTime

Optional extra specifying a time in milliseconds since the Epoch.

(Inherited from Intent)
ExtraTimezone

Extra sent with #ACTION_TIMEZONE_CHANGED specifying the new time zone of the device.

(Inherited from Intent)
ExtraTitle

A CharSequence dialog title to provide to the user when used with a #ACTION_CHOOSER.

(Inherited from Intent)
ExtraUid

Used as an int extra field in android.content.Intent#ACTION_UID_REMOVED intents to supply the uid the package had been assigned.

(Inherited from Intent)
ExtraUser

The UserHandle carried with intents.

(Inherited from Intent)
ExtraUserInitiated

Used as a boolean extra field in android.content.Intent#ACTION_PACKAGE_REMOVED intents to signal that the application was removed with the user-initiated action.

(Inherited from Intent)
ExtraUseStylusMode

A boolean extra used with #ACTION_CREATE_NOTE indicating whether the launched note-taking activity should show a UI that is suitable to use with stylus input.

(Inherited from Intent)
FlagActivityRequireDefault
Obsolete.

If set in an intent passed to Context#startActivity Context.startActivity(), this flag will only launch the intent if it resolves to a single result.

(Inherited from Intent)
FlagActivityRequireNonBrowser
Obsolete.

If set in an intent passed to Context#startActivity Context.startActivity(), this flag will only launch the intent if it resolves to a result that is not a browser.

(Inherited from Intent)
FlagReceiverVisibleToInstantApps
Obsolete.

If set, the broadcast will be visible to receivers in Instant Apps.

(Inherited from Intent)
MetadataDockHome

Boolean that can be supplied as meta-data with a dock activity, to indicate that the dock should take over the home key when it is active.

(Inherited from Intent)
UriAllowUnsafe
Obsolete.

Flag for use with #toUri and #parseUri: allow parsing of unsafe information.

(Inherited from Intent)
UriAndroidAppScheme
Obsolete.

Flag for use with #toUri and #parseUri: the URI string always has the "android-app:" scheme.

(Inherited from Intent)
UriIntentScheme
Obsolete.

Flag for use with #toUri and #parseUri: the URI string always has the "intent:" scheme.

(Inherited from Intent)

Properties

Action

Retrieve the general action to be performed, such as #ACTION_VIEW.

(Inherited from Intent)
Categories

Return the set of all categories in the intent.

(Inherited from Intent)
Class

Returns the runtime class of this Object.

(Inherited from Object)
ClipData

Return the ClipData associated with this Intent. -or- Set a ClipData associated with this Intent.

(Inherited from Intent)
Component

Retrieve the concrete component associated with the intent.

(Inherited from Intent)
Creator
Data

Retrieve data this intent is operating on.

(Inherited from Intent)
DataString

The same as #getData(), but returns the URI as an encoded String.

(Inherited from Intent)
Extras

Retrieves a map of extended data from the intent.

(Inherited from Intent)
Flags

Retrieve any special flags associated with this intent.

(Inherited from Intent)
Handle

The handle to the underlying Android instance.

(Inherited from Object)
HasFileDescriptors

Returns true if the Intent's extras contain a parcelled file descriptor.

(Inherited from Intent)
IconResource

Return any resource identifier that has been given for the label icon.

Identifier

Retrieve the identifier for this Intent.

(Inherited from Intent)
JniIdentityHashCode (Inherited from Object)
JniPeerMembers
LabelResource

Return any resource identifier that has been given for the label text.

NonLocalizedLabel
NonLocalizedLabelFormatted

Return any concrete text that has been given for the label text.

Package

Retrieve the application package name this Intent is limited to.

(Inherited from Intent)
PeerReference (Inherited from Object)
Scheme

Return the scheme portion of the intent's data.

(Inherited from Intent)
Selector

Return the specific selector associated with this Intent. -or- Set a selector for this Intent.

(Inherited from Intent)
SourceBounds

Get the bounds of the sender of this intent, in screen coordinates. -or- Set the bounds of the sender of this intent, in screen coordinates.

(Inherited from Intent)
SourcePackage

Return the name of the package holding label and icon resources.

ThresholdClass

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

ThresholdType

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Type

Retrieve any explicit MIME type included in the intent.

(Inherited from Intent)

Methods

AddCategory(String)

Add a new category to the intent.

(Inherited from Intent)
AddFlags(ActivityFlags)

Add additional flags to the intent (or with existing flags value).

(Inherited from Intent)
Clone()

Creates and returns a copy of this Object.

(Inherited from Intent)
CloneFilter()

Make a clone of only the parts of the Intent that are relevant for filter matching: the action, data, type, component, and categories.

(Inherited from Intent)
DescribeContents()

Describe the kinds of special objects contained in this Parcelable's marshalled representation.

(Inherited from Intent)
Dispose() (Inherited from Object)
Dispose(Boolean) (Inherited from Object)
Equals(Object)

Indicates whether some other object is "equal to" this one.

(Inherited from Object)
FillIn(Intent, FillInFlags)

Copy the contents of <var>other</var> in to this object, but only where fields are not defined by this object.

(Inherited from Intent)
FilterEquals(Intent)

Determine if two intents are the same for the purposes of intent resolution (filtering).

(Inherited from Intent)
FilterHashCode()

Generate hash code that matches semantics of filterEquals().

(Inherited from Intent)
GetBooleanArrayExtra(String)

Retrieve extended data from the intent.

(Inherited from Intent)
GetBooleanExtra(String, Boolean)

Retrieve extended data from the intent.

(Inherited from Intent)
GetBundleExtra(String)

Retrieve extended data from the intent.

(Inherited from Intent)
GetByteArrayExtra(String)

Retrieve extended data from the intent.

(Inherited from Intent)
GetByteExtra(String, SByte)

Retrieve extended data from the intent.

(Inherited from Intent)
GetCharArrayExtra(String)

Retrieve extended data from the intent.

(Inherited from Intent)
GetCharExtra(String, Char)

Retrieve extended data from the intent.

(Inherited from Intent)
GetCharSequenceArrayExtra(String)

Retrieve extended data from the intent.

(Inherited from Intent)
GetCharSequenceArrayExtraFormatted(String)

Retrieve extended data from the intent.

(Inherited from Intent)
GetCharSequenceArrayListExtra(String)

Retrieve extended data from the intent.

(Inherited from Intent)
GetCharSequenceExtra(String)

Retrieve extended data from the intent.

(Inherited from Intent)
GetCharSequenceExtraFormatted(String)

Retrieve extended data from the intent.

(Inherited from Intent)
GetDoubleArrayExtra(String)

Retrieve extended data from the intent.

(Inherited from Intent)
GetDoubleExtra(String, Double)

Retrieve extended data from the intent.

(Inherited from Intent)
GetFloatArrayExtra(String)

Retrieve extended data from the intent.

(Inherited from Intent)
GetFloatExtra(String, Single)

Retrieve extended data from the intent.

(Inherited from Intent)
GetHashCode()

Returns a hash code value for the object.

(Inherited from Object)
GetIntArrayExtra(String)

Retrieve extended data from the intent.

(Inherited from Intent)
GetIntegerArrayListExtra(String)

Retrieve extended data from the intent.

(Inherited from Intent)
GetIntExtra(String, Int32)

Retrieve extended data from the intent.

(Inherited from Intent)
GetLongArrayExtra(String)

Retrieve extended data from the intent.

(Inherited from Intent)
GetLongExtra(String, Int64)

Retrieve extended data from the intent.

(Inherited from Intent)
GetParcelableArrayExtra(String)

Retrieve extended data from the intent.

(Inherited from Intent)
GetParcelableArrayExtra(String, Class)

Retrieve extended data from the intent.

(Inherited from Intent)
GetParcelableArrayListExtra(String)

Retrieve extended data from the intent.

(Inherited from Intent)
GetParcelableArrayListExtra(String, Class)

Retrieve extended data from the intent.

(Inherited from Intent)
GetParcelableExtra(String)

Retrieve extended data from the intent.

(Inherited from Intent)
GetParcelableExtra(String, Class)

Retrieve extended data from the intent.

(Inherited from Intent)
GetSerializableExtra(String)

Retrieve extended data from the intent.

(Inherited from Intent)
GetSerializableExtra(String, Class)

Retrieve extended data from the intent.

(Inherited from Intent)
GetShortArrayExtra(String)

Retrieve extended data from the intent.

(Inherited from Intent)
GetShortExtra(String, Int16)

Retrieve extended data from the intent.

(Inherited from Intent)
GetStringArrayExtra(String)

Retrieve extended data from the intent.

(Inherited from Intent)
GetStringArrayListExtra(String)

Retrieve extended data from the intent.

(Inherited from Intent)
GetStringExtra(String)

Retrieve extended data from the intent.

(Inherited from Intent)
HasCategory(String)

Check if a category exists in the intent.

(Inherited from Intent)
HasExtra(String)

Returns true if an extra value is associated with the given name.

(Inherited from Intent)
JavaFinalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

(Inherited from Object)
LoadIcon(PackageManager)

Retrieve the icon associated with this object.

LoadLabel(PackageManager)

Retrieve the label associated with this object.

LoadLabelFormatted(PackageManager)

Retrieve the label associated with this object.

Notify()

Wakes up a single thread that is waiting on this object's monitor.

(Inherited from Object)
NotifyAll()

Wakes up all threads that are waiting on this object's monitor.

(Inherited from Object)
PutCharSequenceArrayListExtra(String, IList<ICharSequence>)

Add extended data to the intent.

(Inherited from Intent)
PutExtra(String, Boolean)

Add extended data to the intent.

(Inherited from Intent)
PutExtra(String, Boolean[])

Add extended data to the intent.

(Inherited from Intent)
PutExtra(String, Bundle)

Add extended data to the intent.

(Inherited from Intent)
PutExtra(String, Byte[])

Add extended data to the intent.

(Inherited from Intent)
PutExtra(String, Char)

Add extended data to the intent.

(Inherited from Intent)
PutExtra(String, Char[])

Add extended data to the intent.

(Inherited from Intent)
PutExtra(String, Double)

Add extended data to the intent.

(Inherited from Intent)
PutExtra(String, Double[])

Add extended data to the intent.

(Inherited from Intent)
PutExtra(String, ICharSequence)

Add extended data to the intent.

(Inherited from Intent)
PutExtra(String, ICharSequence[])

Add extended data to the intent.

(Inherited from Intent)
PutExtra(String, Int16)

Add extended data to the intent.

(Inherited from Intent)
PutExtra(String, Int16[])

Add extended data to the intent.

(Inherited from Intent)
PutExtra(String, Int32)

Add extended data to the intent.

(Inherited from Intent)
PutExtra(String, Int32[])

Add extended data to the intent.

(Inherited from Intent)
PutExtra(String, Int64)

Add extended data to the intent.

(Inherited from Intent)
PutExtra(String, Int64[])

Add extended data to the intent.

(Inherited from Intent)
PutExtra(String, IParcelable)

Add extended data to the intent.

(Inherited from Intent)
PutExtra(String, IParcelable[])

Add extended data to the intent.

(Inherited from Intent)
PutExtra(String, ISerializable)

Add extended data to the intent.

(Inherited from Intent)
PutExtra(String, SByte)

Add extended data to the intent.

(Inherited from Intent)
PutExtra(String, Single)

Add extended data to the intent.

(Inherited from Intent)
PutExtra(String, Single[])

Add extended data to the intent.

(Inherited from Intent)
PutExtra(String, String)

Add extended data to the intent.

(Inherited from Intent)
PutExtra(String, String[])

Add extended data to the intent.

(Inherited from Intent)
PutExtras(Bundle)

Add a set of extended data to the intent.

(Inherited from Intent)
PutExtras(Intent)

Copy all extras in 'src' in to this intent.

(Inherited from Intent)
PutIntegerArrayListExtra(String, IList<Integer>)

Add extended data to the intent.

(Inherited from Intent)
PutParcelableArrayListExtra(String, IList<IParcelable>)

Add extended data to the intent.

(Inherited from Intent)
PutStringArrayListExtra(String, IList<String>)

Add extended data to the intent.

(Inherited from Intent)
ReadFromParcel(Parcel) (Inherited from Intent)
RemoveCategory(String)

Remove a category from an intent.

(Inherited from Intent)
RemoveExtra(String)

Remove extended data from the intent.

(Inherited from Intent)
RemoveFlags(ActivityFlags)

Remove these flags from the intent.

(Inherited from Intent)
ReplaceExtras(Bundle)

Completely replace the extras in the Intent with the given Bundle of extras.

(Inherited from Intent)
ReplaceExtras(Intent)

Completely replace the extras in the Intent with the extras in the given Intent.

(Inherited from Intent)
ResolveActivity(PackageManager)

Return the Activity component that should be used to handle this intent.

(Inherited from Intent)
ResolveActivityInfo(PackageManager, PackageInfoFlags)

Resolve the Intent into an ActivityInfo describing the activity that should execute the intent.

(Inherited from Intent)
ResolveType(ContentResolver)

Return the MIME data type of this intent.

(Inherited from Intent)
ResolveType(Context)

Return the MIME data type of this intent.

(Inherited from Intent)
ResolveTypeIfNeeded(ContentResolver)

Return the MIME data type of this intent, only if it will be needed for intent resolution.

(Inherited from Intent)
SetAction(String)

Set the general action to be performed.

(Inherited from Intent)
SetClass(Context, Class)

Convenience for calling #setComponent(ComponentName) with the name returned by a Class object.

(Inherited from Intent)
SetClass(Context, Type) (Inherited from Intent)
SetClassName(Context, String)

Convenience for calling #setComponent with an explicit class name.

(Inherited from Intent)
SetClassName(String, String)

Convenience for calling #setComponent with an explicit application package name and class name.

(Inherited from Intent)
SetComponent(ComponentName)

(Usually optional) Explicitly set the component to handle the intent.

(Inherited from Intent)
SetData(Uri)

Set the data this intent is operating on.

(Inherited from Intent)
SetDataAndNormalize(Uri)

Normalize and set the data this intent is operating on.

(Inherited from Intent)
SetDataAndType(Uri, String)

(Usually optional) Set the data for the intent along with an explicit MIME data type.

(Inherited from Intent)
SetDataAndTypeAndNormalize(Uri, String)

(Usually optional) Normalize and set both the data Uri and an explicit MIME data type.

(Inherited from Intent)
SetExtrasClassLoader(ClassLoader)

Sets the ClassLoader that will be used when unmarshalling any Parcelable values from the extras of this Intent.

(Inherited from Intent)
SetFlags(ActivityFlags)

Set special flags controlling how this intent is handled.

(Inherited from Intent)
SetHandle(IntPtr, JniHandleOwnership)

Sets the Handle property.

(Inherited from Object)
SetIdentifier(String)

Set an identifier for this Intent.

(Inherited from Intent)
SetPackage(String)

(Usually optional) Set an explicit application package name that limits the components this Intent will resolve to.

(Inherited from Intent)
SetType(String)

Set an explicit MIME data type.

(Inherited from Intent)
SetTypeAndNormalize(String)

Normalize and set an explicit MIME data type.

(Inherited from Intent)
ToArray<T>() (Inherited from Object)
ToString()

Returns a string representation of the object.

(Inherited from Object)
ToURI()
Obsolete.

Call #toUri with 0 flags.

(Inherited from Intent)
ToUri(IntentUriType)

Convert this Intent into a String holding a URI representation of it.

(Inherited from Intent)
UnregisterFromRuntime() (Inherited from Object)
Wait()

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>.

(Inherited from Object)
Wait(Int64)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)
Wait(Int64, Int32)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)
WriteToParcel(Parcel, ParcelableWriteFlags)

Flatten this object in to a Parcel.

(Inherited from Intent)

Explicit Interface Implementations

IJavaPeerable.Disposed() (Inherited from Object)
IJavaPeerable.DisposeUnlessReferenced() (Inherited from Object)
IJavaPeerable.Finalized() (Inherited from Object)
IJavaPeerable.JniManagedPeerState (Inherited from Object)
IJavaPeerable.SetJniIdentityHashCode(Int32) (Inherited from Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) (Inherited from Object)
IJavaPeerable.SetPeerReference(JniObjectReference) (Inherited from Object)

Extension Methods

JavaCast<TResult>(IJavaObject)

Performs an Android runtime-checked type conversion.

JavaCast<TResult>(IJavaObject)
GetJniTypeName(IJavaPeerable)

Applies to