SearchableInfo.SuggestPath Property

Definition

Gets the content provider path for obtaining search suggestions.

public string? SuggestPath { [Android.Runtime.Register("getSuggestPath", "()Ljava/lang/String;", "")] get; }
[<get: Android.Runtime.Register("getSuggestPath", "()Ljava/lang/String;", "")>]
member this.SuggestPath : string

Property Value

The suggestion path, or null if not set.

Attributes

Remarks

Gets the content provider path for obtaining search suggestions.

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

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