Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.67 KB

File metadata and controls

35 lines (22 loc) · 1.67 KB

pickcore / com.lovoo.android.pickcore.model / PictureLib

PictureLib

data class PictureLib (source)

Model class that represents an Android PictureLib loaded from the Database.

Parameters

id - the picture Identifier within the database

mimeType - the file type of the picture or null

size - the file size or null

Constructors

Name Summary
<init> PictureLib(id: Long, mimeType: String? = "", size: Long? = 0L)
Model class that represents an Android PictureLib loaded from the Database.

Properties

Name Summary
id val id: Long
the picture Identifier within the database
mimeType val mimeType: String?
the file type of the picture or null
size val size: Long?
the file size or null

Extension Functions

Name Summary
convertToUi fun PictureLib.convertToUi(): Picture
Convert a Library Picture to PickPic Picture