-
public class DialogInteraction.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringEXTRA_REPORT_FILEprivate final StringEXTRA_REPORT_CONFIGpublic final static DialogInteraction.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetEXTRA_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. final StringgetEXTRA_REPORT_CONFIG()Used in the intent starting CrashReportDialog to provide the AcraConfig to use when gathering the crash info. -
-
Method Detail
-
getEXTRA_REPORT_FILE
final String getEXTRA_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.
-
getEXTRA_REPORT_CONFIG
final String getEXTRA_REPORT_CONFIG()
Used in the intent starting CrashReportDialog to provide the AcraConfig to use when gathering the crash info.
This can be used by any BaseCrashReportDialog subclass to custom the dialog.
-
-
-
-