Release Status Badge

fun ReleaseStatusBadge(releaseStatus: <Error class: unknown class>, paddingStart: Dp = 10.dp)

Function to create a badge for a ReleaseStatus

Parameters

releaseStatus

: the status to use to create the badge

paddingStart

: the padding from the start, default value 10.dp


fun ReleaseStatusBadge(releaseStatus: <Error class: unknown class>, paddingStart: Dp = 10.dp, onClick: () -> Unit)

Function to create a badge for a ReleaseStatus

Parameters

releaseStatus

: the status to use to create the badge

paddingStart

: the padding from the start, default value 10.dp

onClick

: the action to execute when the badge is clicked