|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReportField | |
|---|---|
| org.acra | |
| org.acra.collector | |
| org.acra.sender | |
| Uses of ReportField in org.acra |
|---|
| Fields in org.acra declared as ReportField | |
|---|---|
static ReportField[] |
ACRAConstants.DEFAULT_MAIL_REPORT_FIELDS
Default list of ReportFields to be sent in email reports. |
static ReportField[] |
ACRAConstants.DEFAULT_REPORT_FIELDS
Default list of ReportFields to be sent in reports. |
| Methods in org.acra that return ReportField | |
|---|---|
ReportField[] |
ACRAConfiguration.customReportContent()
|
static ReportField |
ReportField.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ReportField[] |
ReportField.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.acra with parameters of type ReportField | |
|---|---|
void |
ACRAConfiguration.setCustomReportContent(ReportField[] customReportContent)
|
| Uses of ReportField in org.acra.collector |
|---|
| Methods in org.acra.collector with parameters of type ReportField | |
|---|---|
String |
CrashReportData.getProperty(ReportField key)
Returns the property with the specified name. |
| Uses of ReportField in org.acra.sender |
|---|
| Constructor parameters in org.acra.sender with type arguments of type ReportField | |
|---|---|
HttpSender(HttpSender.Method method,
HttpSender.Type type,
Map<ReportField,String> mapping)
Create a new HttpSender instance with its destination taken from ACRA.getConfig() dynamically. |
|
HttpSender(HttpSender.Method method,
HttpSender.Type type,
String formUri,
Map<ReportField,String> mapping)
Create a new HttpPostSender instance with a fixed destination provided as a parameter. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||