public interface ReportInteraction extends Plugin
| Modifier and Type | Method and Description | 
|---|---|
| boolean | performInteraction(Context context,
                  CoreConfiguration config,
                  File reportFile)Perform interaction synchronously | 
boolean performInteraction(@NonNull
                           Context context,
                           @NonNull
                           CoreConfiguration config,
                           @NonNull
                           File reportFile)
context - a contextconfig - the configurationreportFile - the file with the report content