ActionBuilders.LaunchAction
@RequiresSchemaVersion(major = 1, minor = 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 |
|---|
public final class ActionBuilders.LaunchAction.BuilderBuilder for |
Public methods |
|
|---|---|
@Nullable ActionBuilders.AndroidActivity |
Gets an action to launch an Android activity. |
@NonNull String |
toString() |
Public methods
getAndroidActivity
Added in 1.0.0
public @Nullable ActionBuilders.AndroidActivity getAndroidActivity()
Gets an action to launch an Android activity.