ActionBuilders.LaunchAction
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
Nested types |
|---|
|
Builder for |
Public functions |
|
|---|---|
ActionBuilders.AndroidActivity? |
Gets an action to launch an Android activity. |
Public functions
fungetAndroidActivity(): ActionBuilders.AndroidActivity?
Gets an action to launch an Android activity. Intended for testing purposes only.