app
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
app
app
/
com.greybox.projectmesh.messaging.data.dao
/
MessageDao
/
getAll
get
All
abstract
fun
getAll
(
)
:
List
<
Message
>
Retrieves all messages as a synchronous list.
Return
A
List
of all
Message
objects in the database.