Class StreamCoilUserIconBuilder

  • All Implemented Interfaces:
    io.getstream.chat.android.client.notifications.handler.UserIconBuilder

    @StreamHandsOff(reason = "This class shouldn't be renamed without verifying it works correctly on Chat Client Artifacts because we are using it by reflection") 
    public final class StreamCoilUserIconBuilder
     implements UserIconBuilder
                        

    Produces an IconCompat using Coil, which downloads and caches the user image.

    • 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
      IconCompat buildIcon(UserĀ user)
      • Methods inherited from class java.lang.Object

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

      • StreamCoilUserIconBuilder

        StreamCoilUserIconBuilder(Context context)