public interface

TileRenderer.LoadActionListener

 androidx.wear.tiles.renderer.TileRenderer.LoadActionListener

Overview

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

Summary

Methods
public voidonClick(StateBuilders.State nextState)

Called when a Clickable that has a LoadAction is clicked.

Methods

public void onClick(StateBuilders.State nextState)

Called when a Clickable that has a LoadAction is clicked.

Parameters:

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