Android.App.SearchManager.ActionMsg Field
Intent extra data key: Use this key with Intent.

Syntax

[Android.Runtime.Register("ACTION_MSG")]
public const string ActionMsg

Remarks

Intent extra data key: Use this key with Intent.ACTION_SEARCH and Android.Content.Intent.GetStringExtra(string) to obtain the action message that was defined for a particular search action key and/or suggestion. It will be null if the search was launched by typing "enter", touched the the "GO" button, or other means not involving any action key.

[Android Documentation]

Requirements

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