public interface

TileRendererInternal.LoadActionListener

 androidx.wear.tiles.renderer.internal.TileRendererInternal.LoadActionListener

Overview

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

Summary

Methods
public voidonClick(State nextState)

Called when a Clickable that has a LoadAction is clicked.

Methods

public void onClick(State nextState)

Called when a Clickable that has a LoadAction is clicked.

Parameters:

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