public interface

ActionBuilders.Action

 androidx.wear.tiles.ActionBuilders.Action

Subclasses:

ActionBuilders.LaunchAction, ActionBuilders.LoadAction

Overview

Interface defining an action that can be used by a layout element.

Summary

Methods
public static ActionBuilders.ActionfromActionProto(ActionProto.Action proto)

Return an instance of one of this object's subtypes, from the protocol buffer representation.

public ActionProto.ActiontoActionProto()

Get the protocol buffer representation of this object.

Methods

public ActionProto.Action toActionProto()

Get the protocol buffer representation of this object.

public static ActionBuilders.Action fromActionProto(ActionProto.Action proto)

Return an instance of one of this object's subtypes, from the protocol buffer representation.