Share via


FontRequest.Query Property

Definition

Returns the query string.

public string? Query { [Android.Runtime.Register("getQuery", "()Ljava/lang/String;", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getQuery", "()Ljava/lang/String;", "", ApiSince=26)>]
member this.Query : string

Property Value

Attributes

Remarks

Returns the query string. Refer to your font provider's documentation on the format of this string.

Java documentation for android.provider.FontRequest.getQuery().

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