Package-level declarations

Properties

Link copied to clipboard
actual val ioDispatcher: CoroutineDispatcher
expect val ioDispatcher: CoroutineDispatcher
actual val ioDispatcher: CoroutineDispatcher
actual val ioDispatcher: CoroutineDispatcher
actual val ioDispatcher: CoroutineDispatcher

Functions

Link copied to clipboard
actual fun cacheExecutor(checkLogic: suspend () -> Boolean, networkFetchLogic: () -> Unit)
expect fun cacheExecutor(checkLogic: suspend () -> Boolean, networkFetchLogic: () -> Unit)
actual fun cacheExecutor(checkLogic: suspend () -> Boolean, networkFetchLogic: () -> Unit)
actual fun cacheExecutor(checkLogic: suspend () -> Boolean, networkFetchLogic: () -> Unit)
actual fun cacheExecutor(checkLogic: suspend () -> Boolean, networkFetchLogic: () -> Unit)
Link copied to clipboard
fun EizoImage(url: String, modifier: Modifier, contentScale: ContentScale = ContentScale.Crop, contentDescription: String? = null, alignment: Alignment = Alignment.Center, alpha: Float = 1.0f, colorFilter: ColorFilter? = null, filterQuality: FilterQuality = FilterQuality.Low, customHeaders: Map<String, String> = mapOf(), customUrlQueryParams: Map<String, String> = mapOf(), customCacheConfiguration: CacheConfiguration? = null, showProgressIndicator: Boolean = true, fallbackPainter: Painter = painterResource(Res.drawable.error), fallbackModifier: Modifier? = null)