Contacts
Contacts copied to clipboard
Is there a way to fetch CONTACT_STATUS_TIMESTAMP using this library?
I'm trying to fetch the last updated timestamp of contacts but can't seem to find a way to include a field that's not available in this library.
Is this feature not available yet?
Not without extending it.
There is no way to add where condition on CONTACT_STATUS_TIMESTAMP as well. Field enum is final so I can not extend it.