StringFormat

enum StringFormat : Enum<StringFormat>

Represents possible report formats

Author

F43nd1r

Since

14.11.2017

Entries

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

Functions

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

Properties

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