SendbirdContainedButton

fun SendbirdContainedButton(text: String, onClick: () -> Unit, modifier: Modifier = Modifier, enabled: Boolean = true)

Represents a button with text with preset styles. Use this when you need to show a button with text with Sendbird Uikit’s Contained button style.

Since

1.0.0-beta.1

Parameters

text

The text to be displayed.

onClick

The handler for when the user clicks on the button.

modifier

The modifier to be applied to the view.

enabled

The flag to indicate whether the button is enable or not.