ExternalExternal

data class ExternalExternal(val uri: Uri, val title: String, val description: String, val thumb: Blob? = null, val associatedRefs: List<StrongRef>? = null)

Parameters

associatedRefs

StrongRefs (uri+cid) of the Atmosphere records that backed this view.

Constructors

Link copied to clipboard
constructor(uri: Uri, title: String, description: String, thumb: Blob? = null, associatedRefs: List<StrongRef>? = null)

Properties

Link copied to clipboard

StrongRefs (uri+cid) of the Atmosphere records that backed this view.

Link copied to clipboard
Link copied to clipboard
val thumb: Blob?
Link copied to clipboard
Link copied to clipboard
val uri: Uri