androidx.startup
Interfaces
Initializer<T> |
Initializer s can be used to initialize libraries during app startup, without
the need to use additional ContentProvider s.
|
Classes
AppInitializer |
An AppInitializer can be used to initialize all discovered [ComponentInitializer]s.
|
InitializationProvider |
The ContentProvider which discovers Initializer s in an application and
initializes them before Application.onCreate() .
|
Interfaces
Classes