Android.Content.Intent.PutExtra Method
Add extended data to the intent.

Syntax

[Android.Runtime.Register("putExtra", "(Ljava/lang/String;I)Landroid/content/Intent;", "GetPutExtra_Ljava_lang_String_IHandler")]
public virtual Intent PutExtra (string name, int value)

See Also

Intent.PutExtras(Intent)
Intent.RemoveExtra(string)
Intent.GetIntExtra(string, System.Int32)

Parameters

name
The name of the extra data, with package prefix.
value
The integer data value.

Returns

Documentation for this section has not yet been entered.

Remarks

Add extended data to the intent. The name must include a package prefix, for example the app com.android.contacts would use names like "com.android.contacts.ShowAll".

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1