Android.Content.Intent: Property Members

The properties of Android.Content.Intent are listed below. For a list of all members, see the Intent Members list.

See Also: Inherited members from Java.Lang.Object

Public Properties

[read-only]
Actionstring. Retrieve the general action to be performed, such as Intent.ActionView.
[read-only]
CategoriesICollection<string>. Return the set of all categories in the intent.
ClipDataClipData. Return the Android.Content.ClipData associated with this Intent.
[read-only]
ComponentComponentName. Retrieve the concrete component associated with the intent.
[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
[read-only]
DataAndroid.Net.Uri. Retrieve data this intent is operating on.
[read-only]
DataStringstring. The same as Intent.Data, but returns the URI as an encoded String.
[read-only]
ExtrasAndroid.OS.Bundle. Retrieves a map of extended data from the intent.
[read-only]
FlagsActivityFlags. Retrieve any special flags associated with this intent.
[read-only]
HasFileDescriptorsbool. Returns true if the Intent's extras contain a parcelled file descriptor.
[read-only]
Packagestring. Retrieve the application package name this Intent is limited to.
[read-only]
Schemestring. Return the scheme portion of the intent's data.
SelectorIntent. Return the specific selector associated with this Intent.
SourceBoundsAndroid.Graphics.Rect. Get the bounds of the sender of this intent, in screen coordinates.
[read-only]
Typestring. Retrieve any explicit MIME type included in the intent.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.