android-components / mozilla.components.concept.awesomebar / AwesomeBar / Suggestion / Chip

Chip

data class Chip (source)

Chips are compact actions that are shown as part of a suggestion. For example a Suggestion from a search engine may offer multiple search suggestion chips for different search terms.

Constructors

<init>

Chip(title: String)

Chips are compact actions that are shown as part of a suggestion. For example a Suggestion from a search engine may offer multiple search suggestion chips for different search terms.

Properties

title

val title: String