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

Contact group title seems missing #34

Closed alexstyl closed 2 years ago

alexstyl commented 2 years ago

Discussed in https://github.com/alexstyl/contactstore/discussions/15

Originally posted by **rbenza** December 11, 2021 Nice lib / API! But there seems no option to get the name of a contact group, only the id. Or am I missing something? ``` data class GroupMembership( val groupId: Long, val _id: Long? = null, ) ```
alexstyl commented 2 years ago

Closing as won't fix as https://github.com/alexstyl/contactstore/commit/8b7c92a1897f62cc6952f4cd26062a89f453f5cf was merged.

In the next release, you will be able to fetch infomation of the device groups directly from the store.

cc @rbenza