public final class

ActionBuilders.AndroidDoubleExtra

extends java.lang.Object

implements ActionBuilders.AndroidExtra

 java.lang.Object

↳androidx.wear.tiles.ActionBuilders.AndroidDoubleExtra

Overview

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

Summary

Methods
public static ActionBuilders.AndroidDoubleExtrafromProto(ActionProto.AndroidDoubleExtra proto)

public doublegetValue()

Gets the value.

public ActionProto.AndroidExtratoAndroidExtraProto()

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

Methods

public double getValue()

Gets the value. Intended for testing purposes only.

public static ActionBuilders.AndroidDoubleExtra fromProto(ActionProto.AndroidDoubleExtra proto)

public ActionProto.AndroidExtra toAndroidExtraProto()