public final class

TypeBuilders.BoolProp

extends java.lang.Object

 java.lang.Object

↳androidx.wear.tiles.TypeBuilders.BoolProp

Overview

A boolean type.

Summary

Methods
public static TypeBuilders.BoolPropfromProto(TypesProto.BoolProp proto)

public booleangetValue()

Gets the value.

public TypesProto.BoolProptoProto()

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

Methods

public boolean getValue()

Gets the value. Intended for testing purposes only.

public static TypeBuilders.BoolProp fromProto(TypesProto.BoolProp proto)

public TypesProto.BoolProp toProto()