Share via


FontRequest.ProviderPackage Property

Definition

Returns the selected font provider's package.

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

Property Value

Attributes

Remarks

Returns the selected font provider's package. This helps the system verify that the provider identified by the given authority is the one requested.

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

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