public final class

ActionBuilders.AndroidStringExtra

extends java.lang.Object

implements ActionBuilders.AndroidExtra

 java.lang.Object

↳androidx.wear.protolayout.ActionBuilders.AndroidStringExtra

Overview

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

Summary

Methods
public static ActionBuilders.AndroidStringExtrafromProto(ActionProto.AndroidStringExtra proto, Fingerprint fingerprint)

Creates a new wrapper instance from the proto.

public FingerprintgetFingerprint()

public java.lang.StringgetValue()

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 java.lang.String getValue()

Gets the value.

public Fingerprint getFingerprint()

Creates a new wrapper instance from the proto.

public ActionProto.AndroidExtra toAndroidExtraProto()

public java.lang.String toString()