public static class WidgetTimeline.Entry

  1. Object
  2. WidgetTimeline.Entry
One dated state snapshot within a timeline.

Methods

public Date getDate()Returns the moment this entry becomes the widget’s content.
public Map<String, Object> getState()Returns the state map interpolated into the layout, never null.

Inherited methods

Method details

getDate

public Date getDate()
Returns the moment this entry becomes the widget’s content.

getState

public Map<String, Object> getState()
Returns the state map interpolated into the layout, never null.