Essential Kit
Loading...
Searching...
No Matches
ReadContactsOptions

Represents a set of options that can be used to read contacts from the user's device.

Classes

class  Builder
 Represents the builder. More...
 

Properties

int Limit [get]
 The maximum number of contacts to return.
 
int Offset [get]
 The number of contacts to skip.
 
ReadContactsConstraint Constraints [get]
 The constraints for the contacts to be retrieved.
 

Property Documentation

◆ Limit

int Limit
get

If the value is < 1, all contacts will be retrieved.

◆ Offset

int Offset
get

This value is used to implement pagination.