Package org.acra.interaction

Types

Link copied to clipboard
@AutoService(value = [ReportInteraction::class])
class DialogInteraction : HasConfigPlugin, ReportInteraction
Link copied to clipboard
@AutoService(value = [ReportInteraction::class])
class NotificationInteraction : HasConfigPlugin, ReportInteraction
Link copied to clipboard
interface ReportInteraction : Plugin

A user interaction before reports are sent

Link copied to clipboard
class ReportInteractionExecutor(context: Context, config: CoreConfiguration)

Manages and executes all report interactions

Link copied to clipboard
@AutoService(value = [ReportInteraction::class])
class ToastInteraction : HasConfigPlugin, ReportInteraction