public interface

LayoutElementBuilders.LayoutElement

 androidx.wear.protolayout.LayoutElementBuilders.LayoutElement

Subclasses:

LayoutElementBuilders.Text, LayoutElementBuilders.Image, LayoutElementBuilders.Spacer, LayoutElementBuilders.Box, LayoutElementBuilders.Spannable, LayoutElementBuilders.Column, LayoutElementBuilders.Row, LayoutElementBuilders.Arc, LayoutElementBuilders.ExtensionLayoutElement, Text, CompactChip, TitleChip, Chip, CircularProgressIndicator, Button, EdgeContentLayout, PrimaryLayout, MultiButtonLayout, MultiSlotLayout, Chip, Button

Overview

Interface defining the root of all layout elements. This exists to act as a holder for all of the actual layout elements above.

Summary

Methods
public FingerprintgetFingerprint()

Get the fingerprint for this object or null if unknown.

public LayoutElementProto.LayoutElementtoLayoutElementProto()

Get the protocol buffer representation of this object.

Methods

public LayoutElementProto.LayoutElement toLayoutElementProto()

Get the protocol buffer representation of this object.

public Fingerprint getFingerprint()

Get the fingerprint for this object or null if unknown.