Package 

Class StreamImageLoaderFactory

  • All Implemented Interfaces:
    coil.ImageLoaderFactory

    
    public final class StreamImageLoaderFactory
     implements ImageLoaderFactory
                        
    • Method Summary

      Modifier and Type Method Description
      ImageLoader newImageLoader()
      • Methods inherited from class coil.ImageLoaderFactory

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StreamImageLoaderFactory

        StreamImageLoaderFactory(Context context, Function1<ImageLoader.Builder, Unit> builder)