toggle menu
QP SDK Android
2.2.13/build-83
androidJvm
switch theme
search in API
QP SDK Android
/
com.quandopasso.sdk.persist.model
/
PersistEntry
Persist
Entry
data
class
PersistEntry
(
val
id
:
Int
,
val
value
:
String
,
val
time
:
Long
,
val
retention
:
Int
)
Members
Constructors
Persist
Entry
Link copied to clipboard
constructor
(
id
:
Int
,
value
:
String
,
time
:
Long
,
retention
:
Int
)
Properties
id
Link copied to clipboard
val
id
:
Int
retention
Link copied to clipboard
val
retention
:
Int
time
Link copied to clipboard
val
time
:
Long
value
Link copied to clipboard
val
value
:
String