FontRequest

Information about a font request that may be sent to a Font Provider.

Constructors

Link copied to clipboard
constructor(@NonNull providerAuthority: String, @NonNull providerPackage: String, @NonNull query: String, @NonNull certificates: List<List<Array<Byte>>>)
constructor(@NonNull providerAuthority: String, @NonNull providerPackage: String, @NonNull query: String, @ArrayRes certificates: Int)

Functions

Link copied to clipboard
Returns the list of certificate sets given for this provider.
Link copied to clipboard
Returns the array resource id pointing to the certificate sets given for this provider.
Link copied to clipboard
Link copied to clipboard
Returns the selected font provider's authority.
Link copied to clipboard
Returns the selected font provider's package.
Link copied to clipboard
open fun getQuery(): String
Returns the query string.
Link copied to clipboard
open fun toString(): String