public final class

ModifiersBuilders.ElementMetadata

extends java.lang.Object

 java.lang.Object

↳androidx.wear.tiles.ModifiersBuilders.ElementMetadata

Overview

Metadata about an element. For use by libraries building higher-level components only. This can be used to track component metadata.

Summary

Methods
public FingerprintgetFingerprint()

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

public byte[]getTagData()

Gets property describing the element with which it is associated.

public ModifiersProto.ElementMetadatatoProto()

Returns the internal proto instance.

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

Methods

public byte[] getTagData()

Gets property describing the element with which it is associated. For use by libraries building higher-level components only. This can be used to track component metadata.

public Fingerprint getFingerprint()

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

Returns the internal proto instance.