SESL Material
Toggle table of contents
1.12.0+1.0.31-sesl8+rev0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
SESL Material
SESL Material
/
com.google.android.material.resources
/
TextAppearanceFontCallback
Text
Appearance
Font
Callback
@
RestrictTo
(
value
=
Scope.LIBRARY_GROUP
)
abstract
class
TextAppearanceFontCallback
FontCallback
font fetch, in case a different font is set / requested in the meantime.
Inheritors
CancelableFontCallback
Members
Constructors
Text
Appearance
Font
Callback
Link copied to clipboard
constructor
(
)
Functions
on
Font
Retrieval
Failed
Link copied to clipboard
abstract
fun
onFontRetrievalFailed
(
reason
:
Int
)
Called when an asynchronous font failed to load.
on
Font
Retrieved
Link copied to clipboard
abstract
fun
onFontRetrieved
(
typeface
:
Typeface
,
fontResolvedSynchronously
:
Boolean
)
Called when an asynchronous font was finished loading.