package

androidx.startup

Interfaces

Initializer<T>Initializes library components during app startup.

Classes

AppInitializerAn AppInitializer can be used to initialize all discovered ComponentInitializers.
InitializationProviderThe ContentProvider which discovers Initializers in an application and initializes them before Application.
StartupLogger