public final class

ActionBuilders.AndroidIntExtra

extends java.lang.Object

implements ActionBuilders.AndroidExtra

 java.lang.Object

↳androidx.wear.tiles.ActionBuilders.AndroidIntExtra

Overview

An integer value that can be added to an Android intent's extras.

Summary

Methods
public static ActionBuilders.AndroidIntExtrafromProto(ActionProto.AndroidIntExtra proto)

public intgetValue()

Gets the value.

public ActionProto.AndroidExtratoAndroidExtraProto()

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

Methods

public int getValue()

Gets the value. Intended for testing purposes only.

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

public ActionProto.AndroidExtra toAndroidExtraProto()