public final class

ActionBuilders.AndroidIntExtra

extends java.lang.Object

implements ActionBuilders.AndroidExtra

 java.lang.Object

↳androidx.wear.protolayout.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, Fingerprint fingerprint)

Creates a new wrapper instance from the proto.

public FingerprintgetFingerprint()

public intgetValue()

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 int getValue()

Gets the value.

public Fingerprint getFingerprint()

public static ActionBuilders.AndroidIntExtra fromProto(ActionProto.AndroidIntExtra proto, Fingerprint fingerprint)

Creates a new wrapper instance from the proto.

public ActionProto.AndroidExtra toAndroidExtraProto()

public java.lang.String toString()