GoogleFontProvider

data class GoogleFontProvider(@ArrayRes val certificates: Int, val providerAuthority: String = "com.google.android.gms.fonts", val providerPackage: String = "com.google.android.gms") : Parcelable

Represents a Google font provider.

Constructors

Link copied to clipboard
constructor(@ArrayRes certificates: Int, providerAuthority: String = "com.google.android.gms.fonts", providerPackage: String = "com.google.android.gms")

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard

The resource ID of the font provider's certificate(s).

Link copied to clipboard
Link copied to clipboard