Package-level declarations

Media timeline and operations.

Timeline

Types

Link copied to clipboard
data class MonthSectionInfo(val timestamp: Long, val photoCount: Int) : Parcelable
Link copied to clipboard
interface Timeline
Link copied to clipboard
data class TimelineFilter(val byUploadStatus: TimelineFilter.ByUploadStatus, val byMediaType: TimelineFilter.ByMediaType, val byCatalog: TimelineFilter.ByCatalog, val byOther: TimelineFilter.ByOther)
Link copied to clipboard
data class YearSectionInfo(val timestamp: Long, val monthSections: List<MonthSectionInfo>) : Parcelable