Init

fun Init(isDebug: Boolean, advancedLogging: Boolean = false, mayExist: (data: Any?) -> Boolean = { true }, components: ComponentRegistry.Builder.() -> Unit = {})

init with custom fetchers (if needed)

Parameters

isDebug

if true, logging is enabled (with advancedLogging)

advancedLogging

if true, also log the messages from Coil (not only errors)

mayExist

function to check if the given data may exist (e.g. file exists, url is valid, etc.) - default is always true damit kann man schnell prüfen, ob es sich überhaupt lohnt, einen Request zu starten