PublicationPreferences

data class PublicationPreferences(val showInDiscover: Boolean? = true)

Parameters

showInDiscover

Boolean which decides whether the publication should appear in discovery feeds.

Constructors

Link copied to clipboard
constructor(showInDiscover: Boolean? = true)

Properties

Link copied to clipboard

Boolean which decides whether the publication should appear in discovery feeds.