Generalize AccountsRawContactsQuery to RawContactsQuery #271
Labels
breaking change
This may break integration of the library for some consumers
enhancement
New feature or request
Problem
Due to the changes in #268 and #269, the purpose and design of the current
AccountsRawContactsQuery
no longer makes sense.Solution
Generalize and expand the functionality of
AccountsRawContactsQuery
toRawContactsQuery
. This is pretty much likeQuery
exceptRawContact
entities are returned instead ofContact
entities.AccountsRawContactsQuery
toRawContactsQuery
RawContactRefresh.kt
to useRawContactsQuery
DataRawContact.kt
to useRawContactsQuery
include
s functionsAdditionally;
The text was updated successfully, but these errors were encountered: