ActionBuilders.LaunchAction

Added in 1.0.0
Deprecated in 1.2.0

public final class ActionBuilders.LaunchAction implements 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 LaunchAction.

Public methods

@Nullable ActionBuilders.AndroidActivity

Gets an action to launch an Android activity.

Public methods

getAndroidActivity

Added in 1.0.0
Deprecated in 1.2.0
public @Nullable ActionBuilders.AndroidActivity getAndroidActivity()

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