public final class

ActionBuilders.AndroidBooleanExtra

extends java.lang.Object

implements ActionBuilders.AndroidExtra

 java.lang.Object

↳androidx.wear.protolayout.ActionBuilders.AndroidBooleanExtra

Overview

A boolean value that can be added to an Android intent's extras.

Summary

Methods
public static ActionBuilders.AndroidBooleanExtrafromProto(ActionProto.AndroidBooleanExtra proto, Fingerprint fingerprint)

Creates a new wrapper instance from the proto.

public FingerprintgetFingerprint()

public booleangetValue()

Gets the value.

public ActionProto.AndroidExtratoAndroidExtraProto()

public java.lang.StringtoString()

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

Methods

public boolean getValue()

Gets the value.

public Fingerprint getFingerprint()

Creates a new wrapper instance from the proto.

public ActionProto.AndroidExtra toAndroidExtraProto()

public java.lang.String toString()