Package 

Class ImagesKt

    • Method Detail

      • loadImage

         final static Bitmap loadImage(ImageLoader $self, Context context, Object data, Function1<ImageRequest.Builder, Unit> configurer)

        Load a Bitmap from a CoilImage loader.

        Parameters:
        context - the context of the service or activity.
        data - the image to fetch in one of the support Coil formats such as String, HttpUrl.
        configurer - any additional configuration of the ImageRequest being built.
      • loadImageResource

         final static ResourceBuilders.ImageResource loadImageResource(ImageLoader $self, Context context, Object data, Function1<ImageRequest.Builder, Unit> configurer)

        Load an ImageResource from a CoilImage loader.

        Parameters:
        context - the context of the service or activity.
        data - the image to fetch in one of the support Coil formats such as String, HttpUrl.
        configurer - any additional configuration of the ImageRequest being built.