@Documented @Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface AcraDialog
Modifier and Type | Optional Element and Description |
---|---|
Class<? extends Activity> |
reportDialogClass
Custom CrashReportDialog class
|
int |
resCommentPrompt
label of the comment input prompt.
|
int |
resEmailPrompt
label of the email input prompt.
|
int |
resIcon
icon of the dialog
|
int |
resNegativeButtonText
label of the negative button
|
int |
resPositiveButtonText
label of the positive button
|
int |
resText
text in the dialog
|
int |
resTheme
theme of the dialog
|
int |
resTitle
title of the dialog
|
@NonNull public abstract Class<? extends Activity> reportDialogClass
CrashReportDialogHelper
to integrate it ACRA.@StringRes public abstract int resPositiveButtonText
AlertDialog.Builder.setPositiveButton(int, DialogInterface.OnClickListener)
@StringRes public abstract int resNegativeButtonText
AlertDialog.Builder.setNegativeButton(int, DialogInterface.OnClickListener)
@StringRes public abstract int resCommentPrompt
@StringRes public abstract int resEmailPrompt
@DrawableRes public abstract int resIcon
AlertDialog.Builder.setIcon(int)
@StringRes public abstract int resText
@StringRes public abstract int resTitle
AlertDialog.Builder.setTitle(int)
@StyleRes public abstract int resTheme
Activity.setTheme(int)