public final class

ModifiersBuilders.SpanModifiers

extends java.lang.Object

 java.lang.Object

↳androidx.wear.tiles.ModifiersBuilders.SpanModifiers

Overview

ModifiersBuilders.Modifiers that can be used with LayoutElementBuilders.Span elements. These may change the way they are drawn, or change their behaviour.

Summary

Methods
public ModifiersBuilders.ClickablegetClickable()

Gets allows its wrapped element to have actions associated with it, which will be executed when the element is tapped.

public FingerprintgetFingerprint()

Get the fingerprint for this object, or null if unknown.

public ModifiersProto.SpanModifierstoProto()

Returns the internal proto instance.

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

public ModifiersBuilders.Clickable getClickable()

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.

public Fingerprint getFingerprint()

Get the fingerprint for this object, or null if unknown.

Returns the internal proto instance.