ChangelogUnsubscribeResult

data class ChangelogUnsubscribeResult(val unsubscribed: Boolean)(source)

Result of removing an email from product update emails via FeedbackClient.unsubscribeFromChangelog.

Constructors

Link copied to clipboard
constructor(unsubscribed: Boolean)

Properties

Link copied to clipboard

Whether the email was successfully removed from the newsletter list.