public interface

ProtoLayoutInflater.LoadActionListener

 androidx.wear.protolayout.renderer.inflater.ProtoLayoutInflater.LoadActionListener

Overview

Listener for clicks on Clickable objects that have an Action to (re)load the contents of a layout.

Summary

Methods
public voidonClick(StateProto.State nextState)

Called when a Clickable that has a LoadAction is clicked.

Methods

public void onClick(StateProto.State nextState)

Called when a Clickable that has a LoadAction is clicked.

Parameters:

nextState: The state that the next layout should be in.