Package 

Annotation AcraDialog

    • Method Summary

      Modifier and Type Method Description
      abstract Class<out Activity> reportDialogClass() Custom CrashReportDialog class
      abstract int resPositiveButtonText() label of the positive button
      abstract int resNegativeButtonText() label of the negative button
      abstract int resCommentPrompt() label of the comment input prompt.If not provided, removes the input field.
      abstract int resEmailPrompt() label of the email input prompt.If not provided, removes the input field.
      abstract int resIcon() icon of the dialog
      abstract int resText() text in the dialog
      abstract int resTitle() title of the dialog
      abstract int resTheme() theme of the dialog
      • Methods inherited from class java.lang.annotation.Annotation

        annotationType, equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait