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

The description of the topic.

Link copied to clipboard

The display name of the topic.

Link copied to clipboard

The name of the topic.