//kit/healthstack.kit.info.publication/PdfPublication

PdfPublication

[androidJvm]
class PdfPublication(val coverContent: String?, val category: String, val title: String, val description: String, val contents: List<ContentBlock>) : Publication

Constructors

   
PdfPublication [androidJvm]
fun PdfPublication(coverContent: String?, category: String, title: String, description: String, contents: List<ContentBlock>)

Functions

Name Summary
CardView [androidJvm]
@Composable
fun CardView(onClick: (Publication?) -> Unit)
PreviewImage [androidJvm]
@Composable
open override fun PreviewImage()
RelatedContent [androidJvm]
@Composable
fun RelatedContent()
Render [androidJvm]
@Composable
open override fun Render(onClick: (Publication?) -> Unit)

Properties

Name Summary
category [androidJvm]
val category: String
contents [androidJvm]
val contents: List<ContentBlock>
coverContent [androidJvm]
val coverContent: String?
description [androidJvm]
val description: String
title [androidJvm]
val title: String