public final class

ActionProto.AndroidDoubleExtra.Builder

extends <any>

implements ActionProto.AndroidDoubleExtraOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.proto.ActionProto.AndroidDoubleExtra.Builder

Overview

 A double value that can be added to an Android intent's extras.
 
Protobuf type androidx.wear.protolayout.proto.AndroidDoubleExtra

Summary

Methods
public ActionProto.AndroidDoubleExtra.BuilderclearValue()

 The value.

public doublegetValue()

 The value.

public ActionProto.AndroidDoubleExtra.BuildersetValue(double value)

 The value.

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

Methods

public double getValue()

 The value.
 
double value = 1;

Returns:

The value.

public ActionProto.AndroidDoubleExtra.Builder setValue(double value)

 The value.
 
double value = 1;

Parameters:

value: The value to set.

Returns:

This builder for chaining.

 The value.
 
double value = 1;

Returns:

This builder for chaining.