Cloudike Android Libraries
Toggle table of contents
6.0.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Cloudike Android Libraries
Photos Library
/
com.cloudike.sdk.photos.timeline
/
YearSectionInfo
Year
Section
Info
data
class
YearSectionInfo
(
val
timestamp
:
Long
,
val
monthSections
:
List
<
MonthSectionInfo
>
)
:
Parcelable
Members
Constructors
Year
Section
Info
Link copied to clipboard
constructor
(
timestamp
:
Long
,
monthSections
:
List
<
MonthSectionInfo
>
)
Properties
month
Sections
Link copied to clipboard
val
monthSections
:
List
<
MonthSectionInfo
>
timestamp
Link copied to clipboard
val
timestamp
:
Long