ActionBuilders.LaunchAction

Added in 1.0.0
Deprecated in 1.2.0

class ActionBuilders.LaunchAction : ActionBuilders.Action


An action used to launch another activity on the system. This can hold multiple different underlying action types, which will be picked based on what the underlying runtime believes to be suitable.

Summary

Public functions

ActionBuilders.AndroidActivity?

Gets an action to launch an Android activity.

Public functions

getAndroidActivity

Added in 1.0.0
Deprecated in 1.2.0
fun getAndroidActivity(): ActionBuilders.AndroidActivity?

Gets an action to launch an Android activity. Intended for testing purposes only.