SearchManager.ActionMsg Field

Definition

Intent extra data key: Use this key with Intent.

[Android.Runtime.Register("ACTION_MSG")]
public const string ActionMsg;
[<Android.Runtime.Register("ACTION_MSG")>]
val mutable ActionMsg : string

Field Value

Attributes

Remarks

Intent extra data key: Use this key with Intent.ACTION_SEARCH and android.content.Intent#getStringExtra content.Intent.getStringExtra() 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", touching the "GO" button, or other means not involving any action key.

Java documentation for android.app.SearchManager.ACTION_MSG.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to