kalium
common
persistence
/
com.wire.kalium.persistence.dao
/
PrekeyDAO
Prekey
DAO
interface
PrekeyDAO
Inheritors
PrekeyDAOImpl
Members
Functions
force
Insert
Most
Recent
Pre
Key
Id
Link copied to clipboard
abstract
suspend
fun
forceInsertMostRecentPreKeyId
(
newKeyId
:
Int
)
most
Recent
Pre
Key
Id
Link copied to clipboard
abstract
suspend
fun
mostRecentPreKeyId
(
)
:
Int
?
update
Most
Recent
Pre
Key
Id
Link copied to clipboard
abstract
suspend
fun
updateMostRecentPreKeyId
(
newKeyId
:
Int
)