public interface

ModifiersProto.SpanModifiersOrBuilder

 androidx.wear.protolayout.proto.ModifiersProto.SpanModifiersOrBuilder

Subclasses:

ModifiersProto.SpanModifiers, ModifiersProto.SpanModifiers.Builder

Summary

Methods
public ModifiersProto.ClickablegetClickable()

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

public booleanhasClickable()

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

Methods

public boolean hasClickable()

 Allows its wrapped element to have actions associated with it, which will
 be executed when the element is tapped.
 
.androidx.wear.protolayout.proto.Clickable clickable = 1;

Returns:

Whether the clickable field is set.

public ModifiersProto.Clickable getClickable()

 Allows its wrapped element to have actions associated with it, which will
 be executed when the element is tapped.
 
.androidx.wear.protolayout.proto.Clickable clickable = 1;

Returns:

The clickable.