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
[read-only] | Action | string. Retrieve the general action to be performed, such as Intent.ActionView. |
[read-only] | Categories | ICollection<string>. Return the set of all categories in the intent. |
ClipData | ClipData. Return the Android.Content.ClipData associated with this Intent. | |
[read-only] | Component | ComponentName. Retrieve the concrete component associated with the intent. |
[read-only] static | Creator | Android.OS.IParcelableCreator. |
[read-only] | Data | Android.Net.Uri. Retrieve data this intent is operating on. |
[read-only] | DataString | string. The same as Intent.Data, but returns the URI as an encoded String. |
[read-only] | Extras | Android.OS.Bundle. Retrieves a map of extended data from the intent. |
[read-only] | Flags | ActivityFlags. Retrieve any special flags associated with this intent. |
[read-only] | HasFileDescriptors | bool. Returns true if the Intent's extras contain a parcelled file descriptor. |
[read-only] | Package | string. Retrieve the application package name this Intent is limited to. |
[read-only] | Scheme | string. Return the scheme portion of the intent's data. |
Selector | Intent. Return the specific selector associated with this Intent. | |
SourceBounds | Android.Graphics.Rect. Get the bounds of the sender of this intent, in screen coordinates. | |
[read-only] | Type | string. Retrieve any explicit MIME type included in the intent. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |