public interface

ActionBuilders.AndroidExtra

 androidx.wear.protolayout.ActionBuilders.AndroidExtra

Subclasses:

ActionBuilders.AndroidStringExtra, ActionBuilders.AndroidIntExtra, ActionBuilders.AndroidLongExtra, ActionBuilders.AndroidDoubleExtra, ActionBuilders.AndroidBooleanExtra

Overview

Interface defining an item that can be included in the extras of an intent that will be sent to an Android activity. Supports types in android.os.PersistableBundle, excluding arrays.

Summary

Methods
public FingerprintgetFingerprint()

Get the fingerprint for this object or null if unknown.

public ActionProto.AndroidExtratoAndroidExtraProto()

Get the protocol buffer representation of this object.

Methods

public ActionProto.AndroidExtra toAndroidExtraProto()

Get the protocol buffer representation of this object.

public Fingerprint getFingerprint()

Get the fingerprint for this object or null if unknown.