The methods 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
AddCategory(string)Add a new category to the intent. | ||
AddFlags(ActivityFlags)Add additional flags to the intent (or with existing flags value). | ||
Clone()Creates and returns a copy of this Object. | ||
CloneFilter()Make a clone of only the parts of the Intent that are relevant for filter matching: the action, data, type, component, and categories. | ||
static | CreateChooser(Intent, Java.Lang.ICharSequence)Convenience function for creating a Intent.ActionChooser Intent. | |
static | CreateChooser(Intent, string)Documentation for this section has not yet been entered. | |
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
FillIn(Intent, FillInFlags)Copy the contents of other in to this object, but only where fields are not defined by this object. | ||
FilterEquals(Intent)Determine if two intents are the same for the purposes of intent resolution (filtering). | ||
FilterHashCode()Generate hash code that matches semantics of filterEquals(). | ||
GetBooleanArrayExtra(string)Retrieve extended data from the intent. | ||
GetBooleanExtra(string, bool)Retrieve extended data from the intent. | ||
GetBundleExtra(string)Retrieve extended data from the intent. | ||
GetByteArrayExtra(string)Retrieve extended data from the intent. | ||
GetByteExtra(string, sbyte)Retrieve extended data from the intent. | ||
GetCharArrayExtra(string)Retrieve extended data from the intent. | ||
GetCharExtra(string, char)Retrieve extended data from the intent. | ||
GetCharSequenceArrayExtra(string)Documentation for this section has not yet been entered. | ||
GetCharSequenceArrayExtraFormatted(string)Retrieve extended data from the intent. | ||
GetCharSequenceArrayListExtra(string)Retrieve extended data from the intent. | ||
GetCharSequenceExtra(string)Documentation for this section has not yet been entered. | ||
GetCharSequenceExtraFormatted(string)Retrieve extended data from the intent. | ||
GetDoubleArrayExtra(string)Retrieve extended data from the intent. | ||
GetDoubleExtra(string, double)Retrieve extended data from the intent. | ||
GetFloatArrayExtra(string)Retrieve extended data from the intent. | ||
GetFloatExtra(string, float)Retrieve extended data from the intent. | ||
GetIntArrayExtra(string)Retrieve extended data from the intent. | ||
GetIntegerArrayListExtra(string)Retrieve extended data from the intent. | ||
static | GetIntent(string)Call Intent.ParseUri(string, Android.Content.IntentUriType) with 0 flags. | |
static | GetIntentOld(string) | |
GetIntExtra(string, int)Retrieve extended data from the intent. | ||
GetLongArrayExtra(string)Retrieve extended data from the intent. | ||
GetLongExtra(string, long)Retrieve extended data from the intent. | ||
GetParcelableArrayExtra(string)Retrieve extended data from the intent. | ||
GetParcelableArrayListExtra(string)Retrieve extended data from the intent. | ||
GetParcelableExtra(string)Retrieve extended data from the intent. | ||
GetSerializableExtra(string)Retrieve extended data from the intent. | ||
GetShortArrayExtra(string)Retrieve extended data from the intent. | ||
GetShortExtra(string, short)Retrieve extended data from the intent. | ||
GetStringArrayExtra(string)Retrieve extended data from the intent. | ||
GetStringArrayListExtra(string)Retrieve extended data from the intent. | ||
GetStringExtra(string)Retrieve extended data from the intent. | ||
HasCategory(string)Check if a category exists in the intent. | ||
HasExtra(string)Returns true if an extra value is associated with the given name. | ||
static | MakeMainActivity(ComponentName)Create an intent to launch the main (root) activity of a task. | |
static | MakeMainSelectorActivity(string, string)Make an Intent for the main activity of an application, without specifying a specific activity to run but giving a selector to find the activity. | |
static | MakeRestartActivityTask(ComponentName)Make an Intent that can be used to re-launch an application's task in its base state. | |
static | NormalizeMimeType(string)Normalize a MIME data type. | |
static | ParseIntent(Android.Content.Res.Resources, System.Xml.XmlReader, Android.Util.IAttributeSet)Parses the "intent" element (and its children) from XML and instantiates an Intent object. | |
static | ParseUri(string, IntentUriType)Create an intent from a URI. | |
PutCharSequenceArrayListExtra(string, IList<Java.Lang.ICharSequence>)Documentation for this section has not yet been entered. | ||
PutExtra(string, Android.OS.Bundle)Add extended data to the intent. | ||
PutExtra(string, Android.OS.IParcelable)Add extended data to the intent. | ||
PutExtra(string, Android.OS.IParcelable[])Add extended data to the intent. | ||
PutExtra(string, Java.IO.ISerializable)Add extended data to the intent. | ||
PutExtra(string, Java.Lang.ICharSequence)Add extended data to the intent. | ||
PutExtra(string, Java.Lang.ICharSequence[])Add extended data to the intent. | ||
PutExtra(string, bool)Add extended data to the intent. | ||
PutExtra(string, bool[])Add extended data to the intent. | ||
PutExtra(string, byte[])Add extended data to the intent. | ||
PutExtra(string, char)Add extended data to the intent. | ||
PutExtra(string, char[])Add extended data to the intent. | ||
PutExtra(string, double)Add extended data to the intent. | ||
PutExtra(string, double[])Add extended data to the intent. | ||
PutExtra(string, short)Add extended data to the intent. | ||
PutExtra(string, short[])Add extended data to the intent. | ||
PutExtra(string, int)Add extended data to the intent. | ||
PutExtra(string, int[])Add extended data to the intent. | ||
PutExtra(string, long)Add extended data to the intent. | ||
PutExtra(string, long[])Add extended data to the intent. | ||
PutExtra(string, sbyte)Add extended data to the intent. | ||
PutExtra(string, float)Add extended data to the intent. | ||
PutExtra(string, float[])Add extended data to the intent. | ||
PutExtra(string, string)Add extended data to the intent. | ||
PutExtra(string, string[])Add extended data to the intent. | ||
PutExtras(Intent)Copy all extras in 'src' in to this intent. | ||
PutExtras(Android.OS.Bundle)Add a set of extended data to the intent. | ||
PutIntegerArrayListExtra(string, IList<Java.Lang.Integer>)Documentation for this section has not yet been entered. | ||
PutParcelableArrayListExtra(string, IList<Android.OS.IParcelable>)Documentation for this section has not yet been entered. | ||
PutStringArrayListExtra(string, IList<string>)Documentation for this section has not yet been entered. | ||
ReadFromParcel(Android.OS.Parcel) | ||
RemoveCategory(string)Remove a category from an intent. | ||
RemoveExtra(string)Remove extended data from the intent. | ||
ReplaceExtras(Intent)Completely replace the extras in the Intent with the extras in the given Intent. | ||
ReplaceExtras(Android.OS.Bundle)Completely replace the extras in the Intent with the given Bundle of extras. | ||
ResolveActivity(Android.Content.PM.PackageManager)Return the Activity component that should be used to handle this intent. | ||
ResolveActivityInfo(Android.Content.PM.PackageManager, Android.Content.PM.PackageInfoFlags)Resolve the Intent into an Android.Content.PM.ActivityInfo describing the activity that should execute the intent. | ||
ResolveType(ContentResolver)Return the MIME data type of this intent. | ||
ResolveType(Context)Return the MIME data type of this intent. | ||
ResolveTypeIfNeeded(ContentResolver)Return the MIME data type of this intent, only if it will be needed for intent resolution. | ||
SetAction(string)Set the general action to be performed. | ||
SetClass(Context, Java.Lang.Class)Documentation for this section has not yet been entered. | ||
SetClass(Context, Type)Documentation for this section has not yet been entered. | ||
SetClassName(Context, string)Convenience for calling Intent.SetComponent(ComponentName) with an explicit class name. | ||
SetClassName(string, string)Convenience for calling Intent.SetComponent(ComponentName) with an explicit application package name and class name. | ||
SetComponent(ComponentName)(Usually optional) Explicitly set the component to handle the intent. | ||
SetData(Android.Net.Uri)Set the data this intent is operating on. | ||
SetDataAndNormalize(Android.Net.Uri)Normalize and set the data this intent is operating on. | ||
SetDataAndType(Android.Net.Uri, string)(Usually optional) Set the data for the intent along with an explicit MIME data type. | ||
SetDataAndTypeAndNormalize(Android.Net.Uri, string)(Usually optional) Normalize and set both the data Uri and an explicit MIME data type. | ||
SetExtrasClassLoader(Java.Lang.ClassLoader)Sets the ClassLoader that will be used when unmarshalling any Parcelable values from the extras of this Intent. | ||
SetFlags(ActivityFlags)Set special flags controlling how this intent is handled. | ||
SetPackage(string)(Usually optional) Set an explicit application package name that limits the components this Intent will resolve to. | ||
SetType(string)Set an explicit MIME data type. | ||
SetTypeAndNormalize(string)Normalize and set an explicit MIME data type. | ||
ToURI()Call Intent.ToUri(IntentUriType) with 0 flags. | ||
ToUri(IntentUriType)Convert this Intent into a String holding a URI representation of it. | ||
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Flatten this object in to a Parcel. |