Android.App.SearchableInfo.ImeOptions Property
Gets the input method options specified in the searchable attributes.

Syntax

[get: Android.Runtime.Register("getImeOptions", "()I", "GetGetImeOptionsHandler")]
public Android.Views.InputMethods.ImeAction ImeOptions { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Gets the input method options specified in the searchable attributes. This will default to Android.Views.InputMethods.EditorInfo.IME_ACTION_GO if not specified (which is appropriate for a search box).

[Android Documentation]

Requirements

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