public final class

ActionBuilders.LoadAction

extends java.lang.Object

implements ActionBuilders.Action

 java.lang.Object

↳androidx.wear.protolayout.ActionBuilders.LoadAction

Overview

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

Summary

Methods
public static ActionBuilders.LoadActionfromProto(ActionProto.LoadAction proto, Fingerprint fingerprint)

Creates a new wrapper instance from the proto.

public FingerprintgetFingerprint()

public StateBuilders.StategetRequestState()

Gets the state to load the next layout with.

public ActionProto.ActiontoActionProto()

public java.lang.StringtoString()

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

Methods

public StateBuilders.State getRequestState()

Gets the state to load the next layout with. This will be included in the layout request sent after this action is invoked by a ModifiersBuilders.Clickable.

public Fingerprint getFingerprint()

public static ActionBuilders.LoadAction fromProto(ActionProto.LoadAction proto, Fingerprint fingerprint)

Creates a new wrapper instance from the proto.

public ActionProto.Action toActionProto()

public java.lang.String toString()