SearchableInfo.QueryAfterZeroResults Method

Definition

Checks whether this searchable activity should be queried for suggestions if a prefix of the query has returned no results.

[Android.Runtime.Register("queryAfterZeroResults", "()Z", "")]
public bool QueryAfterZeroResults ();
[<Android.Runtime.Register("queryAfterZeroResults", "()Z", "")>]
member this.QueryAfterZeroResults : unit -> bool

Returns

Attributes

Remarks

Checks whether this searchable activity should be queried for suggestions if a prefix of the query has returned no results.

Java documentation for android.app.SearchableInfo.queryAfterZeroResults().

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