StringFormat

enum StringFormat : Enum<StringFormat>

Represents possible report formats

Author

F43nd1r

Since

14.11.2017

Entries

KEY_VALUE_LIST
Link copied to clipboard
KEY_VALUE_LIST("application/x-www-form-urlencoded")
JSON
Link copied to clipboard
JSON("application/json")

Functions

toFormattedString
Link copied to clipboard
abstract fun toFormattedString(data: CrashReportData, order: List<ReportField>, mainJoiner: String, subJoiner: String, urlEncode: Boolean): String

Properties

matchingHttpContentType
Link copied to clipboard
val matchingHttpContentType: String
name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int