paginate

abstract fun paginate(direction: Timeline.Direction, count: Int)

This is the main method to enrich the timeline with new data. It will call the onTimelineUpdated method from Listener when the data will be processed. It also ensures only one pagination by direction is launched at a time, so you can safely call this multiple time in a row.