toggle menu
Dermato.AI
androidJvm
switch theme
search in API
Dermato.AI
/
com.dermatoai.model
/
AnalyzeHistoryData
Analyze
History
Data
data
class
AnalyzeHistoryData
(
val
id
:
Int
,
val
date
:
Date
,
val
issue
:
String
,
val
score
:
Int
)
class used for data in recycleView.
Parameters
id
date
issue
score
Members
Constructors
Analyze
History
Data
Link copied to clipboard
constructor
(
id
:
Int
,
date
:
Date
,
issue
:
String
,
score
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
date
Link copied to clipboard
val
date
:
Date
id
Link copied to clipboard
val
id
:
Int
issue
Link copied to clipboard
val
issue
:
String
score
Link copied to clipboard
val
score
:
Int