//kit/healthstack.kit.ui/HyperLinkText

HyperLinkText

[androidJvm]\

@Composable

fun HyperLinkText(text: String, meta: String, action: HyperLinkAction = WEB)

When clicked, it performs a specific action.

Parameters

androidJvm

   
text a text to display
meta property that needs to perform an action if the action is WEB, the meta is url. if the action is DIAL, the meta is phone number. if the action is EMAIL, the meta is receiver’s email address.
action one of WEB / DIAL / EMAIL