Query Conversations
Requires READ_SMS
permission.
Add the following permission in your AndroidManifest.xml
getConversations()
Returns Future<List<SmsConversation>>
Parameters | Type | Description | Optional | Default Value |
Filter | Filters the result by given constraints. Works like | ✔️ |
| |
sortOrder | List of | Sorts the result prioritized by order of declaration. | ✔️ |
|
All parameters are optional.
SmsConversation
Property | Type |
|
|
|
|
|
|
ConversationColumn
Values |
|
|
|
ConversationFilter
Works exactly like SmsFilter
but works with ConversationColumn
instead of SmsColumn
Last updated