package

androidx.startup

Interfaces

Initializer<T>Initializers can be used to initialize libraries during app startup, without the need to use additional s.

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