public interface

TilesTimelineManager.Listener

 androidx.wear.tiles.timeline.TilesTimelineManager.Listener

Overview

Type to listen for layout updates from a given timeline.

Summary

Methods
public voidonLayoutUpdate(int token, LayoutElementBuilders.Layout layout)

Called when a timeline has a new layout to be displayed.

Methods

public void onLayoutUpdate(int token, LayoutElementBuilders.Layout layout)

Called when a timeline has a new layout to be displayed.

Parameters:

token: The token originally passed to TilesTimelineManager.
layout: The new layout to use.