ReportInteraction

interface ReportInteraction : Plugin

A user interaction before reports are sent

Author

F43nd1r

Since

02.06.2017

Functions

enabled
Link copied to clipboard
open fun enabled(config: CoreConfiguration): Boolean
controls if this instance is active
performInteraction
Link copied to clipboard
abstract fun performInteraction(context: Context, config: CoreConfiguration, reportFile: File): Boolean
Perform interaction synchronously

Inheritors

DialogInteraction
Link copied to clipboard
NotificationInteraction
Link copied to clipboard
ToastInteraction
Link copied to clipboard