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 |
|---|
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.example.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.example.weather". |
@NonNull String |
toString() |
Public methods
getClassName
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
public @NonNull Map<String, ActionBuilders.AndroidExtra> getKeyToExtraMapping()
Gets the extras to be included in the intent.
getPackageName
public @NonNull String getPackageName()
Gets the package name to send the intent to, for example, "com.example.weather".