Package 

Object DialogInteraction.Companion

    • Method Summary

      Modifier and Type Method Description
      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.
      final String getEXTRA_REPORT_CONFIG() Used in the intent starting CrashReportDialog to provide the AcraConfig to use when gathering the crash info.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.