MillionSend.Contacts.TopicSubscription (MillionSend v0.6.0)

Copy Markdown View Source

A contact's effective subscription to one topic, as returned by MillionSend.Contacts.list_topics/2. subscription is "opt_in" or "opt_out"; explicit is false when that is the topic's default rather than the contact's own choice; visibility is "public" or "private" (the hosted preference page lists public topics only).

Summary

Types

t()

@type t() :: %MillionSend.Contacts.TopicSubscription{
  description: term(),
  explicit: term(),
  id: term(),
  name: term(),
  subscription: term(),
  visibility: term()
}