app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.fam007e.receipts.data.db.entities
/
AchievementEntity
/
AchievementEntity
Achievement
Entity
constructor
(
id
:
String
,
personId
:
Long
?
,
name
:
String
,
description
:
String
,
emoji
:
String
,
tier
:
String
,
unlockedAt
:
Long
?
,
isUnlocked
:
Boolean
=
false
)