@AutoService(value=ReportInteraction.class) public class ToastInteraction extends HasConfigPlugin implements ReportInteraction
Constructor and Description |
---|
ToastInteraction() |
Modifier and Type | Method and Description |
---|---|
boolean |
performInteraction(Context context,
CoreConfiguration config,
File reportFile)
Perform interaction synchronously
|
enabled
public boolean performInteraction(@NonNull Context context, @NonNull CoreConfiguration config, @NonNull File reportFile)
ReportInteraction
performInteraction
in interface ReportInteraction
context
- a contextconfig
- the configurationreportFile
- the file with the report content