SendFeedbackOutcome

sealed interface SendFeedbackOutcome(source)

Result of resolving recipients, checking the document revision, and sending feedback.

Sent means the mailer accepted the message. When a document is attached, its returned revision is the revision marked as shared.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Sent(val email: SentFeedbackEmail) : SendFeedbackOutcome
Link copied to clipboard