ActionBuilders.AndroidActivity

Added in 1.0.0
Deprecated in 1.2.0

class ActionBuilders.AndroidActivity


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

Summary

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

getClassName

Added in 1.0.0
Deprecated in 1.2.0
fun getClassName(): 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.

getKeyToExtraMapping

Added in 1.0.0
Deprecated in 1.2.0
fun getKeyToExtraMapping(): (Mutable)Map<String!, ActionBuilders.AndroidExtra!>

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
fun getPackageName(): String

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