kalium
common
persistence
/
com.wire.kalium.persistence.dao.newclient
/
NewClientDAO
New
Client
DAO
interface
NewClientDAO
Inheritors
NewClientDAOImpl
Members
Functions
clear
New
Clients
Link copied to clipboard
abstract
suspend
fun
clearNewClients
(
)
insert
New
Client
Link copied to clipboard
abstract
suspend
fun
insertNewClient
(
client
:
InsertClientParam
)
observe
New
Clients
Link copied to clipboard
abstract
suspend
fun
observeNewClients
(
)
:
<Error class: unknown class>
<
List
<
NewClientEntity
>
>