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
/
AlbumCover
/
Preview
Preview
data
class
Preview
(
val
type
:
AlbumCover.Preview.Type
,
val
size
:
AlbumCover.Preview.Size
,
val
contentUrl
:
String
)
:
Parcelable
Members
Constructors
Preview
Link copied to clipboard
constructor
(
type
:
AlbumCover.Preview.Type
,
size
:
AlbumCover.Preview.Size
,
contentUrl
:
String
)
Types
Size
Link copied to clipboard
enum
Size
:
Enum
<
AlbumCover.Preview.Size
>
Type
Link copied to clipboard
enum
Type
:
Enum
<
AlbumCover.Preview.Type
>
Properties
content
Url
Link copied to clipboard
val
contentUrl
:
String
size
Link copied to clipboard
val
size
:
AlbumCover.Preview.Size
type
Link copied to clipboard
val
type
:
AlbumCover.Preview.Type