@AutoService(value=org.acra.interaction.ReportInteraction.class)
public class DialogInteraction
extends org.acra.plugins.HasConfigPlugin
implements org.acra.interaction.ReportInteraction
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTRA_REPORT_CONFIG
Used in the intent starting CrashReportDialog to provide the AcraConfig to use when gathering the crash info.
|
static String |
EXTRA_REPORT_FILE
Used in the intent starting CrashReportDialog to provide the name of the
latest generated report file in order to be able to associate the user
comment.
|
| Constructor and Description |
|---|
DialogInteraction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
performInteraction(Context context,
org.acra.config.CoreConfiguration config,
File reportFile) |
public static final String EXTRA_REPORT_FILE
public static final String EXTRA_REPORT_CONFIG
This can be used by any BaseCrashReportDialog subclass to custom the dialog.