FeedbackRequest

data class FeedbackRequest(val message: String, val metadata: Map<String, String> = emptyMap(), val screenshotPngBytes: ByteArray? = null)

Domain request carried across the core boundary. DTO mapping lives in :sdk-networking.

screenshotPngBytes is the raw PNG blob (may be null if no screenshot).

Constructors

Link copied to clipboard
constructor(message: String, metadata: Map<String, String> = emptyMap(), screenshotPngBytes: ByteArray? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int