Package-level declarations

Types

Link copied to clipboard

Color constants for annotation tools, matching the web widget palette. See note on AnnotationTool for visibility rationale.

Link copied to clipboard

Available annotation drawing tools.

Link copied to clipboard
data class FeedbackData(val title: String, val details: String? = null, val severity: FeedbackSeverity, val feedbackType: FeedbackType = FeedbackType.GENERAL_COMMENT, val reporterEmail: String, val screenshotBase64: String? = null, val metadata: Map<String, Any>? = null)

Data class representing a feedback submission.

Link copied to clipboard
data class FeedbackResponse(val referenceNumber: String, val feedbackId: String)

Response from a successful feedback submission.

Link copied to clipboard

Severity levels for feedback submissions.

Link copied to clipboard

Types of feedback that can be submitted.