| Class | Description |
|---|---|
| BaseCrashBehaviour |
Base implementation
|
| DefaultBehavior |
Android's default crash handling behavior (ie. just showing a dialog)
|
| StartActivityBehaviour |
Will restart the app with a defined activity.
|
| SuppressCrashBehaviour |
Crash behaviour that suppresses any UI showing an error.
|
| Annotation Type | Description |
|---|---|
| StartActivityBehaviour.ActivityType |