Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

Button state enumeration

Functions

Link copied to clipboard
fun ComplianceEventMessageUI(message: String, onRevokeClick: () -> Unit, testTag: String = "compliance_event_message")
Link copied to clipboard
fun ComplianceEventMessageUILegacy(message: String, onRevokeClick: () -> Unit, testTag: String = "")
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun EventMessageUI(message: String, @DrawableRes drawableResource: Int? = null, testTag: String = "event_message")
Link copied to clipboard
fun htmlToString(text: String, msgFormat: MessageFormatType? = MessageFormatType.TXT): String
Link copied to clipboard
fun KindlyButton(modifier: Modifier, @DrawableRes drawableRes: Int? = null, text: String, onClick: () -> Unit, textColor: Color = ColorKindly.getKindlyColor(ItemColor.ColorButtonText), enabled: Boolean = true, state: ButtonState = ButtonState.Normal, testTagValue: String? = null, colors: ButtonColors = ButtonDefaults.outlinedButtonColors( containerColor = ColorKindly.getKindlyColor(ItemColor.ColorButtonBackground), contentColor = ColorKindly.getKindlyColor(ItemColor.ColorButtonText), disabledContainerColor = ColorKindly.getKindlyColor(ItemColor.ColorButtonBackground), disabledContentColor = ColorKindly.getKindlyColor(ItemColor.ColorButtonText).copy(alpha = 0.6f), ))
Link copied to clipboard
fun MessageAgent(img: String, msg: String, testTag: String = "message_agent")
Link copied to clipboard
@Preview(showBackground = true, locale = "en-US")
fun PreviewConversationScreen()