Package-level declarations

Types

Link copied to clipboard
@Serializable
@SerialName(value = "Badge")
data class BadgeTileSchema(val id: String, val events: SerializableImmutableList<EventSchema>?, val style: StyleSchema, val searchableTerms: SerializableImmutableList<String>?, val visibility: TileSchema.Visibility, val content: String? = null) : TileSchema

Renders a Material 3 Badge. When content is non-null it is rendered as the badge's text label and the badge takes its larger, pill-shaped form; when null the badge is the small empty dot.