CallbackInitializer

This class is responsible for registering callbacks in the application. It extends the Initializer interface, which means it is part of the initialization process of the application.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun create(context: Context): CallbackRegistry
Link copied to clipboard
open override fun dependencies(): List<Class<out Initializer<*>>>