-
public interface ImageAssetDelegateDelegate to handle the loading of bitmaps that are not packaged in the assets of your app.
-
-
Method Summary
Modifier and Type Method Description abstract BitmapfetchBitmap(LottieImageAsset asset)-
-
Method Detail
-
fetchBitmap
@Nullable() abstract Bitmap fetchBitmap(LottieImageAsset asset)
-
-
-
-