ClarioDeskStrings class

Annotations

Constructors

ClarioDeskStrings({String inboxTitle = 'Messages', String newConversationCta = 'New conversation', String composerHint = 'Type a message…', String sendLabel = 'Send', String attachLabel = 'Attach', String activeBadge = 'Active', String resolvedBadge = 'Resolved', String yourTurn = 'Your turn', String awaitingReply = 'Awaiting reply', String youPrefix = 'You: ', String reopenHint = 'Replying will reopen this conversation.', String reopenButton = 'Reply to reopen this conversation', String activeNow = 'Active now', String supportName = 'Support', String sendFailedRetry = "Couldn't send. Tap to retry.", String loadError = "Couldn't load. Tap to retry.", String readReceiptLabel = 'Read', String typingLabel = 'is typing…', String reconnectingStatus = 'Reconnecting…', String offlineStatus = 'Offline — showing saved messages', String sessionEndedStatus = 'Session ended — please reopen', String updatingStatus = 'Updating…', String bugReportTitle = 'Report a problem', String bugReportRowLabel = 'Bug report', String bugDescriptionHint = 'What went wrong?', String bugSubmitLabel = 'Send report', String deviceInfoDisclosure = "We'll include your device info", String screenshotLabel = 'Screenshot', String removeLabel = 'Remove', String attachPhotoLabel = 'Photo', String attachCameraLabel = 'Camera', String attachVideoLabel = 'Video', String attachFileLabel = 'File', String attachmentProcessing = 'Processing…', String attachmentUnavailable = 'Unavailable', String attachmentSendError = "Couldn't attach. Tap the message to retry.", String attachmentSaveLabel = 'Save', String attachmentSaveError = "Couldn't save the image.", String csatPrompt = 'How was your support?', String csatThanks = 'Thanks for your feedback!', String csatCommentHint = 'Add a comment…', String csatAddComment = 'Add a comment', String csatEditComment = 'Edit comment', String csatCommentDone = 'Done', String csatRatedReadonly = 'You rated this conversation', String csatSaveError = "Couldn't save — tap to retry.", String csatScore1Label = 'Terrible', String csatScore2Label = 'Bad', String csatScore3Label = 'Okay', String csatScore4Label = 'Good', String csatScore5Label = 'Great'})
const

Properties

activeBadge String
Shown instead of raw open/pending statuses.
final
activeNow String
final
attachCameraLabel String
final
attachFileLabel String
final
attachLabel String
final
attachmentProcessing String
final
attachmentSaveError String
final
attachmentSaveLabel String
Fullscreen viewer "save image" action: button tooltip + failure snackbar.
final
attachmentSendError String
final
attachmentUnavailable String
final
attachPhotoLabel String
Attachment picker bottom-sheet options + bubble placeholders (§16.5 D18).
final
attachVideoLabel String
final
awaitingReply String
Inbox row's "last message" line on an active conversation where the customer has the last word and support hasn't engaged yet (brand-new, no reply) — a reassuring status instead of echoing their own opening message.
final
bugDescriptionHint String
final
bugReportRowLabel String
final
bugReportTitle String
final
bugSubmitLabel String
final
composerHint String
final
csatAddComment String
Label for the button that reveals the comment field when none is typed.
final
csatCommentDone String
Label for the button that collapses the comment field after typing.
final
csatCommentHint String
Optional comment field placeholder (revealed by the comment button).
final
csatEditComment String
Label for the comment button when a comment already exists (re-opens it).
final
csatPrompt String
CSAT prompt shown above the composer on a resolved/closed thread until the customer rates. The faces (😔😕😐🙂😄) and the optional comment are decoupled from reopening (reopenHint).
final
csatRatedReadonly String
Compact read-only line shown on an already-rated thread.
final
csatSaveError String
Inline error when the rating POST fails (tap a face to retry).
final
csatScore1Label String
Accessibility labels for the five rating faces (😔😕😐🙂😄), low→high.
final
csatScore2Label String
final
csatScore3Label String
final
csatScore4Label String
final
csatScore5Label String
final
csatThanks String
Shown after a face is tapped (with the chosen face appended).
final
deviceInfoDisclosure String
final
hashCode int
The hash code for this object.
no setterinherited
inboxTitle String
Inbox app-bar title. Never "Tickets".
final
loadError String
final
newConversationCta String
final
offlineStatus String
final
readReceiptLabel String
Accessibility-only status announced on an own message support has read. Not rendered as visible text (the tick conveys it visually).
final
reconnectingStatus String
App-wide connection banner copy (§8). Shown mid-session when the realtime connection drops, goes offline, or is permanently refused.
final
removeLabel String
final
reopenButton String
Label for the Reply button shown in place of the composer on a resolved/closed thread; tapping it reveals the composer (which reopens).
final
reopenHint String
Hint shown above the composer on a resolved/closed thread — sending a message reopens it server-side.
final
resolvedBadge String
Shown instead of raw resolved/closed statuses.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenshotLabel String
final
sendFailedRetry String
final
sendLabel String
final
sessionEndedStatus String
final
supportName String
final
typingLabel String
Suffix after supportName for the typing indicator's a11y announcement (e.g. "Support is typing…"). The dots convey it visually.
final
updatingStatus String
Per-conversation sync hint (§9) shown while a reconnect reconciles the thread (recovering/catchingUp).
final
youPrefix String
Prefix on the inbox row's "last message" line when the newest message is the customer's own (e.g. "You: thanks!") — chat-app convention. Trailing space included so a host can localize it to "" + their own separator.
final
yourTurn String
Inbox row chip when support has replied and the customer hasn't read it yet — the ball is in the customer's court.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited