ActionBuilders.AndroidActivity
public final class ActionBuilders.AndroidActivity
A launch action to send an intent to an Android activity.
Summary
Nested types |
|---|
public final class ActionBuilders.AndroidActivity.BuilderBuilder for |
Public methods |
|
|---|---|
@NonNull String |
Gets the fully qualified class name (including the package) to send the intent to, for example, "com.google.weather.WeatherOverviewActivity". |
@NonNull Map<String, ActionBuilders.AndroidExtra> |
Gets the extras to be included in the intent. |
@NonNull String |
Gets the package name to send the intent to, for example, "com.google.weather". |
Public methods
public @NonNull StringgetClassName()
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 @NonNull Map<String, ActionBuilders.AndroidExtra>getKeyToExtraMapping()
Gets the extras to be included in the intent. Intended for testing purposes only.
public @NonNull StringgetPackageName()
Gets the package name to send the intent to, for example, "com.google.weather". Intended for testing purposes only.