Interface | Description |
---|---|
InitializationCallback<T> |
Callback to use when monitoring
Fabric initialization. |
KitGroup |
Wrapper for a set of logically grouped
Kit 's. |
Logger |
Interface to support custom logger.
|
Class | Description |
---|---|
ActivityLifecycleManager |
This is a convenience class that wraps the ActivityLifecycleCallbacks registration.
|
ActivityLifecycleManager.Callbacks |
Override the methods corresponding to the activity.
|
DefaultLogger |
Default logger that logs to android.util.Log.
|
Fabric |
Fabric initializes and stores the provided
Kit 's. |
Fabric.Builder |
Fluent API for creating
Fabric instances. |
InitializationCallback.Empty | |
Kit<Result> |
The base class to extend from for classes needing initialization with
Fabric.with(android.content.Context, Kit[]) |
KitInfo | |
SilentLogger |
Silent logger that does nothing.
|
Exception | Description |
---|---|
InitializationException |
Represents a Fabric initialization error.
|