ContactListTopic

data class ContactListTopic(val defaultSubscriptionStatus: String, val description: String? = null, val displayName: String, val topicName: String)

Constructors

Link copied to clipboard
constructor(defaultSubscriptionStatus: String, description: String? = null, displayName: String, topicName: String)

Types

Link copied to clipboard
object Companion

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
val description: String? = null

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.

Link copied to clipboard

The name of the topic. The following arguments are optional: