public final class

ActionBuilders.AndroidActivity

extends java.lang.Object

 java.lang.Object

↳androidx.wear.tiles.ActionBuilders.AndroidActivity

Overview

A launch action to send an intent to an Android activity.

Summary

Methods
public static ActionBuilders.AndroidActivityfromProto(ActionProto.AndroidActivity proto)

public java.lang.StringgetClassName()

Gets the fully qualified class name (including the package) to send the intent to, for example, "com.google.weather.WeatherOverviewActivity".

public java.util.Map<java.lang.String, ActionBuilders.AndroidExtra>getKeyToExtraMapping()

Gets the extras to be included in the intent.

public java.lang.StringgetPackageName()

Gets the package name to send the intent to, for example, "com.google.weather".

public ActionProto.AndroidActivitytoProto()

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

Methods

public java.lang.String getPackageName()

Gets the package name to send the intent to, for example, "com.google.weather". Intended for testing purposes only.

public java.lang.String getClassName()

Gets the fully qualified class name (including the package) to send the intent to, for example, "com.google.weather.WeatherOverviewActivity". Intended for testing purposes only.

public java.util.Map<java.lang.String, ActionBuilders.AndroidExtra> getKeyToExtraMapping()

Gets the extras to be included in the intent. Intended for testing purposes only.

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

public ActionProto.AndroidActivity toProto()