Package-level declarations

Functions

Link copied to clipboard
fun AgentShowHide(message: String, @DrawableRes drawableResource: Int = R.drawable.agent_joined)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun KindlyButton(modifier: Modifier, @DrawableRes drawableRes: Int? = null, text: String, onClick: () -> Unit, textColor: Color = ColorKindly.getKindlyColor(ItemColor.TextColorSettingButton), enabled: Boolean = true, colors: ButtonColors = ButtonDefaults.outlinedButtonColors())
Link copied to clipboard
Link copied to clipboard
fun showHtml(text: String, msgFormat: String? = "text"): String
Link copied to clipboard