Package-level declarations

Types

Link copied to clipboard
class CDNImageInterceptor(cdn: () -> CDN? = { if (ChatClient.isInitialized) ChatClient.instance().cdn else null }) : Interceptor

A Coil Interceptor that intercepts image requests and applies CDN transformations.

Link copied to clipboard
object StreamCoil
Link copied to clipboard
sealed interface StreamImageLoader

Functions

Link copied to clipboard
fun Map<String, String>.toNetworkHeaders(): NetworkHeaders