Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-database
/
org.meshtastic.core.database.dao
/
PacketDao
/
getMessagesFromPaged
get
Messages
From
Paged
abstract
fun
getMessagesFromPaged
(
contact
:
String
)
:
PagingSource
<
Int
,
PacketEntity
>
(
source
)
abstract
fun
getMessagesFromPaged
(
contact
:
String
,
includeFiltered
:
Boolean
)
:
PagingSource
<
Int
,
PacketEntity
>
(
source
)