ActionBuilders.AndroidActivity


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

String

Public functions

getClassName

Added in 1.0.0
fun getClassName(): String

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
fun getKeyToExtraMapping(): (Mutable)Map<String!, ActionBuilders.AndroidExtra!>

Gets the extras to be included in the intent.

getPackageName

Added in 1.0.0
fun getPackageName(): String

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

toString

fun toString(): String