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.albums
/
AlbumItem
/
AlbumItem
Album
Item
constructor
(
id
:
Long
,
types
:
Set
<
AlbumType
>
,
description
:
String
,
covers
:
List
<
AlbumCover
>
,
createdAt
:
Long
,
updatedAt
:
Long
,
firstPhotoCreatedAt
:
Long
,
lastPhotoCreatedAt
:
Long
,
itemsCount
:
Int
,
isViewed
:
Boolean
,
isVisible
:
Boolean
,
hideItems
:
Boolean
,
setSharedLink
:
String
?
)