link

@CheckReturnValue
fun link(url: String, label: String): Button(source)

Creates a link button factory with the provided label.

Throws

If the url/label is empty


@CheckReturnValue
fun link(url: String, emoji: Emoji): Button(source)

Creates a link button factory with the provided emoji.

See also

Emojis

Throws

If the url is empty


@CheckReturnValue
fun link(url: String, label: String?, emoji: Emoji?): Button(source)

Creates a link button factory with the provided label and emoji.

See also

Emojis

Throws

If the url/label is empty