RenderClaimValue

fun RenderClaimValue(claim: Claim, timeZone: TimeZone = TimeZone.currentSystemDefault(), imageSize: Dp = 150.dp, modifier: Modifier = Modifier)

A composable for displaying a claim.

This will be shown as textual information (See Claim.render for details) except for claims with Claim.attribute set to DocumentAttributeType.Picture which will be rendered as images.

Parameters

claim

the claim to render.

timeZone

the time zone to use for rendering dates and times.

imageSize

size to use for images.

modifier