Package org.acra.interaction

Types

DialogInteraction
Link copied to clipboard
@AutoService(value = [ReportInteraction::class])
class DialogInteraction : HasConfigPlugin, ReportInteraction
NotificationInteraction
Link copied to clipboard
@AutoService(value = [ReportInteraction::class])
class NotificationInteraction : HasConfigPlugin, ReportInteraction
ReportInteraction
Link copied to clipboard
interface ReportInteraction : Plugin
A user interaction before reports are sent
ReportInteractionExecutor
Link copied to clipboard
class ReportInteractionExecutor(context: Context, config: CoreConfiguration)
Manages and executes all report interactions
ToastInteraction
Link copied to clipboard
@AutoService(value = [ReportInteraction::class])
class ToastInteraction : HasConfigPlugin, ReportInteraction