ModifiersBuilders.SpanModifiers
public final class ModifiersBuilders.SpanModifiers
Modifiers that can be used with androidx.wear.tiles.LayoutElementBuilders.Span elements. These may change the way they are drawn, or change their behaviour.
Summary
Nested types |
|---|
public final class ModifiersBuilders.SpanModifiers.BuilderBuilder for |
Public methods |
|
|---|---|
@Nullable ModifiersBuilders.Clickable |
Gets allows its wrapped element to have actions associated with it, which will be executed when the element is tapped. |
Public methods
public @Nullable ModifiersBuilders.ClickablegetClickable()
Gets allows its wrapped element to have actions associated with it, which will be executed when the element is tapped. Intended for testing purposes only.