Package 

Class AvatarImageLoaderFactory

  • All Implemented Interfaces:
    coil.ImageLoaderFactory

    
    public final class AvatarImageLoaderFactory
     implements ImageLoaderFactory
                        

    An ImageLoader factory to provide an instance of the ImageLoader.

    AvatarImageLoaderFactory creates a default ImageLoader that has caching strategy with OkHttp, image decoder (supports GIFs), and AvatarFetcher.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      ImageLoader newImageLoader() Creates a new ImageLoader to load Avatar image data.
      • Methods inherited from class java.lang.Object

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

      • AvatarImageLoaderFactory

        AvatarImageLoaderFactory(Context context, Function1<ImageLoader.Builder, Unit> builder)
    • Method Detail