ActionBuilders.AndroidActivity

Added in 1.0.0
Deprecated in 1.2.0

public final class ActionBuilders.AndroidActivity


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

Summary

Nested types

Builder for AndroidActivity

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<StringActionBuilders.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

getClassName

Added in 1.0.0
Deprecated in 1.2.0
public @NonNull 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.

getKeyToExtraMapping

Added in 1.0.0
Deprecated in 1.2.0
public @NonNull Map<StringActionBuilders.AndroidExtragetKeyToExtraMapping()

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

getPackageName

Added in 1.0.0
Deprecated in 1.2.0
public @NonNull String getPackageName()

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