toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.flow.messaging.repository
/
MessageRepository
/
countUnreadByContactId
count
Unread
By
Contact
Id
@
Query
(
value
=
"SELECT COUNT(m) FROM Message m WHERE m.contactId = :contactId AND m.direction = 'INBOUND' AND m.status != 'READ'"
)
abstract
fun
countUnreadByContactId
(
contactId
:
String
)
:
Long
(
source
)