Issue Body Formatter
object IssueBodyFormatter
Renders a report + device info (+ uploaded attachments) into the exact issue body the parser understands. Port of the Swift IssueBodyFormatter.
Functions
Link copied to clipboard
fun format(report: FeedbackReport, deviceInfo: DeviceInfo, uploaded: List<UploadedAttachment> = emptyList()): String
Link copied to clipboard