StreamCoilUserIconBuilder

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

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

Constructors

Link copied to clipboard
constructor(context: Context)

Functions

Link copied to clipboard
open suspend override fun buildIcon(user: User): IconCompat?