public interface

FingerprintProto.TreeFingerprintOrBuilder

 androidx.wear.protolayout.proto.FingerprintProto.TreeFingerprintOrBuilder

Subclasses:

FingerprintProto.TreeFingerprint, FingerprintProto.TreeFingerprint.Builder

Summary

Methods
public FingerprintProto.NodeFingerprintgetRoot()

 Fingerprint for the node at the root of the tree.

public booleanhasRoot()

 Fingerprint for the node at the root of the tree.

Methods

public boolean hasRoot()

 Fingerprint for the node at the root of the tree. This must match the root
 element of the layout that this object represents.
 
.androidx.wear.protolayout.proto.NodeFingerprint root = 1;

Returns:

Whether the root field is set.

 Fingerprint for the node at the root of the tree. This must match the root
 element of the layout that this object represents.
 
.androidx.wear.protolayout.proto.NodeFingerprint root = 1;

Returns:

The root.