Package com.airbnb.lottie
Interface ImageAssetDelegate
-
public interface ImageAssetDelegateDelegate to handle the loading of bitmaps that are not packaged in the assets of your app.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BitmapfetchBitmap(LottieImageAsset asset)
-
-
-
Method Detail
-
fetchBitmap
@Nullable Bitmap fetchBitmap(LottieImageAsset asset)
-
-