androidx.startup

Interfaces

Initializer

Initializers can be used to initialize libraries during app startup, without the need to use additional android.content.ContentProviders.

Classes

AppInitializer

An AppInitializer can be used to initialize all discovered ComponentInitializers.

InitializationProvider

The ContentProvider which discovers Initializers in an application and initializes them before onCreate.