SearchableInfo.SuggestPackage Property

Definition

Gets the name of the package where the suggestion provider lives, or null.

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

Property Value

Attributes

Remarks

Gets the name of the package where the suggestion provider lives, or null.

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

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