-
- All Implemented Interfaces:
-
org.acra.plugins.Plugin
public interface ReportInteraction implements Plugin
A user interaction before reports are sent
-
-
Method Summary
Modifier and Type Method Description abstract BooleanperformInteraction(Context context, CoreConfiguration config, File reportFile)Perform interaction synchronously -
-
Method Detail
-
performInteraction
abstract Boolean performInteraction(Context context, CoreConfiguration config, File reportFile)
Perform interaction synchronously
- Parameters:
context- a contextconfig- the configurationreportFile- the file with the report content
-
-
-
-