ChangelogSubscriptionResult

data class ChangelogSubscriptionResult(val subscribed: Boolean, val alreadySubscribed: Boolean)(source)

Result of subscribing an email to product updates via FeedbackClient.subscribeToChangelog.

Constructors

Link copied to clipboard
constructor(subscribed: Boolean, alreadySubscribed: Boolean)

Properties

Link copied to clipboard

Whether the email was already registered previously.

Link copied to clipboard

Whether the email is active in the subscriber list.