public final class

ModifiersBuilders.ElementMetadata

extends java.lang.Object

 java.lang.Object

↳androidx.wear.protolayout.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 static ModifiersBuilders.ElementMetadatafromProto(ModifiersProto.ElementMetadata proto, Fingerprint fingerprint)

Creates a new wrapper instance from the proto.

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.

public java.lang.StringtoString()

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, 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.

Creates a new wrapper instance from the proto.

Returns the internal proto instance.

public java.lang.String toString()