Publication

data class Publication(val basicTheme: Basic? = null, val description: String? = null, val icon: Blob? = null, val labels: PublicationLabelsUnion? = null, val name: String, val preferences: PublicationPreferences? = null, val url: Uri)

Parameters

basicTheme

Simplified publication theme for tools and apps to utilize when displaying content.

description

Brief description of the publication.

icon

Square image to identify the publication. Should be at least 256x256.

labels

Self-label values for this publication. Effectively content warnings.

name

Name of the publication.

preferences

Object containing platform specific preferences (with a few shared properties).

url

Base publication url (ex: https://standard.site). The canonical document URL is formed by combining this value with the document path.

Constructors

Link copied to clipboard
constructor(basicTheme: Basic? = null, description: String? = null, icon: Blob? = null, labels: PublicationLabelsUnion? = null, name: String, preferences: PublicationPreferences? = null, url: Uri)

Properties

Link copied to clipboard

Simplified publication theme for tools and apps to utilize when displaying content.

Link copied to clipboard

Brief description of the publication.

Link copied to clipboard
val icon: Blob?

Square image to identify the publication. Should be at least 256x256.

Link copied to clipboard

Self-label values for this publication. Effectively content warnings.

Link copied to clipboard

Name of the publication.

Link copied to clipboard

Object containing platform specific preferences (with a few shared properties).

Link copied to clipboard
val url: Uri

Base publication url (ex: https://standard.site). The canonical document URL is formed by combining this value with the document path.