| Class | Description |
|---|---|
| CrashData |
This is the model that contains all the crash information
|
| InMemoryCrashDataHandler |
This is a simple in memory crash data handler for production environment or
if persisting is not needed.
|
| SharedPrefCrashDataHandler |
The default implementation using
SharedPreferences as persistence storage. |