NodeSecurityIcon

fun NodeSecurityIcon(node: Node, modifier: Modifier = Modifier, iconSize: Dp = DEFAULT_GLYPH_SIZE, isOwnNode: Boolean = false)(source)

The one security indicator a node row shows beside the name (design#149), tappable for the explanation.

Decided once in NodeSecurityIndicator, so no surface can contradict another. isOwnNode reads as verified.


fun NodeSecurityIcon(indicator: NodeSecurityIndicator, modifier: Modifier = Modifier, iconSize: Dp = DEFAULT_GLYPH_SIZE, publicKey: ByteString? = null)(source)

NodeSecurityIcon for a state resolved elsewhere — the DM thread's own header, say.