SearchableInfo.QueryAfterZeroResults Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.