Query Conversations
Last updated
Last updated
Requires READ_SMS
permission.
Add the following permission in your AndroidManifest.xml
Works exactly like SmsFilter
but works with ConversationColumn
instead of SmsColumn
Parameters
Type
Description
Optional
Default Value
Filter
Filters the result by given constraints. Works like SQL WHERE
clause.
✔️
null
sortOrder
List of OrderBy
Sorts the result prioritized by order of declaration.
✔️
null
Property
Type
snippet
String
threadId
int
messageCount
int
Values
SNIPPET
THREAD_ID
MSG_COUNT