Android.Content.Intent.HasExtra Method
Returns true if an extra value is associated with the given name.

Syntax

[Android.Runtime.Register("hasExtra", "(Ljava/lang/String;)Z", "GetHasExtra_Ljava_lang_String_Handler")]
public virtual bool HasExtra (string name)

Parameters

name
the extra's name

Returns

Documentation for this section has not yet been entered.

Remarks

Returns true if an extra value is associated with the given name.

[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