public interface

TilesTimelineManagerInternal.Listener

 androidx.wear.tiles.timeline.internal.TilesTimelineManagerInternal.Listener

Overview

Type to listen for layout updates from a given timeline.

Summary

Methods
public voidonLayoutUpdate(int token, TimelineEntry entry)

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

Methods

public void onLayoutUpdate(int token, TimelineEntry entry)

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

Parameters:

token: The token originally passed to TilesTimelineManagerInternal.
entry: The new layout entry to use.