public final class

ActionBuilders.LaunchAction

extends java.lang.Object

implements ActionBuilders.Action

 java.lang.Object

↳androidx.wear.tiles.builders.ActionBuilders.LaunchAction

Overview

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

Methods
public static ActionBuilders.LaunchAction.Builderbuilder()

Returns a new ActionBuilders.LaunchAction.Builder.

public static ActionBuilders.LaunchActionfromProto(ActionProto.LaunchAction proto)

public ActionProto.ActiontoActionProto()

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

public static ActionBuilders.LaunchAction.Builder builder()

Returns a new ActionBuilders.LaunchAction.Builder.

public static ActionBuilders.LaunchAction fromProto(ActionProto.LaunchAction proto)

public ActionProto.Action toActionProto()