public final class

ActionBuilders.AndroidActivity.Builder

extends java.lang.Object

 java.lang.Object

↳androidx.wear.tiles.builders.ActionBuilders.AndroidActivity.Builder

Overview

Builder for ActionBuilders.AndroidActivity

Summary

Methods
public ActionBuilders.AndroidActivitybuild()

Builds an instance from accumulated values.

public ActionBuilders.AndroidActivity.BuildersetClassName(java.lang.String className)

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

public ActionBuilders.AndroidActivity.BuildersetPackageName(java.lang.String packageName)

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

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

Methods

public ActionBuilders.AndroidActivity.Builder setPackageName(java.lang.String packageName)

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

public ActionBuilders.AndroidActivity.Builder setClassName(java.lang.String className)

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

Builds an instance from accumulated values.