SearchResult.TextMatchInfo.FullText Property

Definition

Gets the full text corresponding to the given entry.

public string FullText { [Android.Runtime.Register("getFullText", "()Ljava/lang/String;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getFullText", "()Ljava/lang/String;", "", ApiSince=36)>]
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 TextMatchInfo, this returns "Test Name Jr." and, for the second TextMatchInfo, this returns "Testing 1 2 3".

Java documentation for android.app.appsearch.SearchResult.TextMatchInfo.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