ActionBuilders.AndroidActivity
class ActionBuilders.AndroidActivity
A launch action to send an intent to an Android activity.
Summary
Nested types |
|---|
|
Builder for |
Public functions |
|
|---|---|
String |
Gets the fully qualified class name (including the package) to send the intent to, for example, "com.google.weather.WeatherOverviewActivity". |
(Mutable)Map<String!, ActionBuilders.AndroidExtra!> |
Gets the extras to be included in the intent. |
String |
Gets the package name to send the intent to, for example, "com.google.weather". |
Public functions
fungetClassName(): String
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.
fungetKeyToExtraMapping(): (Mutable)Map<String!, ActionBuilders.AndroidExtra!>
Gets the extras to be included in the intent. Intended for testing purposes only.
fungetPackageName(): String
Gets the package name to send the intent to, for example, "com.google.weather". Intended for testing purposes only.