Android.Content.Intent.GetIntExtra Method
Retrieve extended data from the intent.

Syntax

[Android.Runtime.Register("getIntExtra", "(Ljava/lang/String;I)I", "GetGetIntExtra_Ljava_lang_String_IHandler")]
public virtual int GetIntExtra (string name, int defaultValue)

See Also

Intent.PutExtra(string, System.Int32)

Parameters

name
The name of the desired item.
defaultValue
the value to be returned if no value of the desired type is stored with the given name.

Returns

Documentation for this section has not yet been entered.

Remarks

Retrieve extended data from the intent.

[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