-
- All Implemented Interfaces:
-
com.backbase.deferredresources.DeferredTypeface
public final class DeferredTypeface.Constant implements DeferredTypeface
A wrapper for a constant typeface value.
-
-
Constructor Summary
Constructors Constructor Description DeferredTypeface.Constant(Typeface value)
-
Method Summary
-
-
Constructor Detail
-
DeferredTypeface.Constant
DeferredTypeface.Constant(Typeface value)
-
-
Method Detail
-
resolve
Unit resolve(Context context, ResourcesCompat.FontCallback fontCallback, Handler handler)
Always post value to fontCallback on the handler thread, or the UI thread if handler is null. context is ignored.
-
-
-
-