-
- All Implemented Interfaces:
-
java.lang.annotation.Annotation
@Deprecated()@Documented()@Retention(value = RetentionPolicy.RUNTIME)@Target(value = ElementType.TYPE)@Inherited() public @interface AcraDialog
CrashReportDialog configuration
-
-
Method Summary
Modifier and Type Method Description abstract Class<out Activity>reportDialogClass()Custom CrashReportDialog class abstract intresPositiveButtonText()label of the positive button abstract intresNegativeButtonText()label of the negative button abstract intresCommentPrompt()label of the comment input prompt.If not provided, removes the input field. abstract intresEmailPrompt()label of the email input prompt.If not provided, removes the input field. abstract intresIcon()icon of the dialog abstract intresText()text in the dialog abstract intresTitle()title of the dialog abstract intresTheme()theme of the dialog -
-
Method Detail
-
reportDialogClass
@NonNull() abstract Class<out Activity> reportDialogClass()
Custom CrashReportDialog class
-
resPositiveButtonText
@StringRes() abstract int resPositiveButtonText()
label of the positive button
-
resNegativeButtonText
@StringRes() abstract int resNegativeButtonText()
label of the negative button
-
resCommentPrompt
@StringRes() abstract int resCommentPrompt()
label of the comment input prompt.If not provided, removes the input field.
-
resEmailPrompt
@StringRes() abstract int resEmailPrompt()
label of the email input prompt.If not provided, removes the input field.
-
resIcon
@DrawableRes() abstract int resIcon()
icon of the dialog
-
-
-
-