ACRAConstants

object ACRAConstants

Responsible for collating those constants shared among the ACRA components.

Author

William Ferguson

Since

4.3.0

Properties

APPROVED_SUFFIX
Link copied to clipboard
const val APPROVED_SUFFIX: String
Suffix to be added to report files when they have been approved by the user in NOTIFICATION mode
DATE_TIME_FORMAT_STRING
Link copied to clipboard
const val DATE_TIME_FORMAT_STRING: String
DEFAULT_BUFFER_SIZE_IN_BYTES
Link copied to clipboard
const val DEFAULT_BUFFER_SIZE_IN_BYTES: Int = 8192
DEFAULT_CERTIFICATE_TYPE
Link copied to clipboard
const val DEFAULT_CERTIFICATE_TYPE: String
DEFAULT_LOG_LINES
Link copied to clipboard
const val DEFAULT_LOG_LINES: Int = 100
DEFAULT_REPORT_FIELDS
Link copied to clipboard
val DEFAULT_REPORT_FIELDS: List<ReportField>
Default list of ReportFields to be sent in reports.
DEFAULT_RES_VALUE
Link copied to clipboard
const val DEFAULT_RES_VALUE: Int = 0
DEFAULT_STRING_VALUE
Link copied to clipboard
const val DEFAULT_STRING_VALUE: String
MAX_SEND_REPORTS
Link copied to clipboard
const val MAX_SEND_REPORTS: Int = 5
This is the maximum number of previously stored reports that we send in one batch to avoid overloading the network.
NOT_AVAILABLE
Link copied to clipboard
const val NOT_AVAILABLE: String
NULL_VALUE
Link copied to clipboard
const val NULL_VALUE: String
A special String value to allow the usage of a pseudo-null default value in annotation parameters.
REPORTFILE_EXTENSION
Link copied to clipboard
const val REPORTFILE_EXTENSION: String
SILENT_SUFFIX
Link copied to clipboard
val SILENT_SUFFIX: String
This key is used to store the silent state of a report sent by handleSilentException().
UTF8
Link copied to clipboard
const val UTF8: String