TimelineBuilders


class TimelineBuilders


Builders for a timeline with entries representing content that should be displayed within given time intervals.

Summary

Nested types

@RequiresSchemaVersion(major = 1, minor = 0)
class TimelineBuilders.TimeInterval

A time interval, typically used to describe the validity period of a TimelineEntry.

Builder for TimeInterval

@RequiresSchemaVersion(major = 1, minor = 0)
class TimelineBuilders.Timeline

A collection of TimelineEntry items.

Builder for Timeline

@RequiresSchemaVersion(major = 1, minor = 0)
class TimelineBuilders.TimelineEntry

One piece of renderable content along with the time that it is valid for.

Builder for TimelineEntry