Package-level declarations

Types

Link copied to clipboard

A Composable that is shown in the ModalBottomSheetLayout.

Link copied to clipboard
class LinkButtonView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyle: Int = 0) : AbstractComposeView

Wrapper view around a button for paying with Link, for use in xml layout.

Functions

Link copied to clipboard
fun LinkButton(email: String?, enabled: Boolean, onClick: () -> Unit, modifier: Modifier = Modifier)

Properties