ActionBuilders.AndroidActivity


@RequiresSchemaVersion(major = 1, minor = 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.example.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.example.weather".

@NonNull String

Public methods

getClassName

Added in 1.0.0
public @NonNull String getClassName()

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

getKeyToExtraMapping

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

Gets the extras to be included in the intent.

getPackageName

Added in 1.0.0
public @NonNull String getPackageName()

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

toString

public @NonNull String toString()