ExternalViewExternalSource

data class ExternalViewExternalSource(val uri: Uri, val icon: Uri? = null, val title: String, val description: String? = null, val theme: ExternalViewExternalSourceTheme? = null)

The source of an external embed, such as a standard.site publication.

Parameters

uri

URI of the source, if available. Example: the https:// URL of a site.standard.publication record.

icon

Fully-qualified URL where an icon representing the source can be fetched. For example, CDN location provided by the App View.

Constructors

Link copied to clipboard
constructor(uri: Uri, icon: Uri? = null, title: String, description: String? = null, theme: ExternalViewExternalSourceTheme? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val icon: Uri?

Fully-qualified URL where an icon representing the source can be fetched. For example, CDN location provided by the App View.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val uri: Uri

URI of the source, if available. Example: the https:// URL of a site.standard.publication record.