SearchableInfo.ShouldRewriteQueryFromText Method

Definition

Checks whether the text in the query field should come from the suggestion title.

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

Returns

Attributes

Remarks

Checks whether the text in the query field should come from the suggestion title.

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

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