Android.App.SearchManager.ExtraWebSearchPendingintent Field
Extra data key for Android.Content.Intent.ActionWebSearch.

Syntax

[Android.Runtime.Register("EXTRA_WEB_SEARCH_PENDINGINTENT")]
public const string ExtraWebSearchPendingintent

Remarks

Extra data key for Android.Content.Intent.ActionWebSearch. If set, the value must be a Android.App.PendingIntent. The search activity handling the Android.Content.Intent.ActionWebSearch intent will fill in and launch the pending intent. The data URI will be filled in with an http or https URI, and Android.Provider.Browser.ExtraHeaders may be filled in.

[Android Documentation]

Requirements

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