ConstArray of UserContact objects.
MobileLockerError on network failure or server error.
Get a specific contact by ID.
The ID of the contact to fetch.
A UserContact object.
MobileLockerError on network failure or server error.
Get a paginated chunk of contacts starting after a given ID.
Useful for incrementally syncing large contact lists without loading everything into memory at once.
Return only contacts with an ID greater than this value.
Maximum number of contacts to return.
Array of UserContact objects.
MobileLockerError on network failure or server error.
Get all contacts for the current user.