Contact List Topic
data class ContactListTopic(val defaultSubscriptionStatus: String, val description: String? = null, val displayName: String, val topicName: String)
Properties
Link copied to clipboard
The default subscription status to be applied to a contact if the contact has not noted their preference for subscribing to a topic.
Link copied to clipboard
A description of what the topic is about, which the contact will see.
Link copied to clipboard
The name of the topic the contact will see.