public final class

ActionBuilders.LoadAction

extends java.lang.Object

implements ActionBuilders.Action

 java.lang.Object

↳androidx.wear.tiles.ActionBuilders.LoadAction

Overview

An action used to load (or reload) the tile contents.

Summary

Methods
public static ActionBuilders.LoadActionfromProto(ActionProto.LoadAction proto)

public StateBuilders.StategetRequestState()

Gets the state to load the next tile with.

public ActionProto.ActiontoActionProto()

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

Methods

public StateBuilders.State getRequestState()

Gets the state to load the next tile with. This will be included in the RequestBuilders.TileRequest sent after this action is invoked by a ModifiersBuilders.Clickable. Intended for testing purposes only.

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

public ActionProto.Action toActionProto()