public interface

ActionBuilders.AndroidExtra

 androidx.wear.tiles.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 static ActionBuilders.AndroidExtrafromAndroidExtraProto(ActionProto.AndroidExtra proto)

Return an instance of one of this object's subtypes, from the protocol buffer representation.

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 static ActionBuilders.AndroidExtra fromAndroidExtraProto(ActionProto.AndroidExtra proto)

Return an instance of one of this object's subtypes, from the protocol buffer representation.