alexstyl / contactstore

A modern, strongly-typed contacts API for Android.
https://alexstyl.github.io/contactstore
Apache License 2.0
440 stars 15 forks source link

Getting IMs of contacts (CommonDataKinds.Im.*) #18

Closed duytuan001 closed 2 years ago

duytuan001 commented 2 years ago

I want to query IM of Contacts (Telegram, Skype, LinkedIn, ...). I think linkedAccountValues is different with IM.

alexstyl commented 2 years ago

Hi @duytuan001! That seems reasonable to include.

I had a look at the Im documenation. Are EXTRA_ADDRESS_BOOK_INDEX, EXTRA_ADDRESS_BOOK_INDEX_COUNTS, EXTRA_ADDRESS_BOOK_INDEX_TITLES important to you? I am not sure I understand their usage in an app.

alexstyl commented 2 years ago

Support for Im is pushed to main (https://github.com/alexstyl/contactstore/commit/1f59d6c06913ca090f6ebc9ca4cf5ea9a1f6f142) and will be available in 0.7.0

Closing as resolved

duytuan001 commented 2 years ago

Thank you very much @alexstyl . <3