Freigeben über


SearchResult.MatchInfo.FullText Property

Definition

Gets the full text corresponding to the given entry.

public string FullText { [Android.Runtime.Register("getFullText", "()Ljava/lang/String;", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getFullText", "()Ljava/lang/String;", "", ApiSince=31)>]
member this.FullText : string

Property Value

Attributes

Remarks

Gets the full text corresponding to the given entry.

Class example 1: this returns "A commonly used fake word is foo. Another nonsense word that's used a lot is bar."

Class example 2: for the first MatchInfo, this returns "Test Name Jr." and, for the second MatchInfo, this returns "Testing 1 2 3".

Java documentation for android.app.appsearch.SearchResult.MatchInfo.getFullText().

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