public interface ReportInteraction
Modifier and Type | Method and Description |
---|---|
default boolean |
enabled(CoreConfiguration config)
controls if this instance is active
|
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 contentdefault boolean enabled(@NonNull CoreConfiguration config)
config
- the current config