public final class DialogConfiguration extends Object implements Serializable, org.acra.config.Configuration
AcraDialog (Jun 24, 2020 6:41:31 PM)| Constructor and Description |
|---|
DialogConfiguration(org.acra.config.DialogConfigurationBuilderImpl arg0) |
| Modifier and Type | Method and Description |
|---|---|
String |
commentPrompt() |
String |
emailPrompt() |
boolean |
enabled() |
String |
negativeButtonText() |
String |
positiveButtonText() |
Class<? extends Activity> |
reportDialogClass() |
int |
resIcon() |
int |
resTheme() |
String |
text() |
String |
title() |
public DialogConfiguration(@NonNull
org.acra.config.DialogConfigurationBuilderImpl arg0)
public boolean enabled()
enabled in interface org.acra.config.Configuration@NonNull public String positiveButtonText()
@NonNull public String negativeButtonText()
@Nullable public String commentPrompt()
@Nullable public String emailPrompt()
@DrawableRes public int resIcon()
@Nullable public String text()
@Nullable public String title()
@StyleRes public int resTheme()