Android Address Book
open class AndroidAddressBook<T1 : AndroidContact, T2 : AndroidGroup>(var addressBookAccount: Account, val provider: ContentProviderClient?, contactFactory: AndroidContactFactory<T1>, groupFactory: AndroidGroupFactory<T2>)
Constructors
Link copied to clipboard
constructor(addressBookAccount: Account, provider: ContentProviderClient?, contactFactory: AndroidContactFactory<T1>, groupFactory: AndroidGroupFactory<T2>)
Functions
Link copied to clipboard
Counts the number of contacts in the address book that match the given selection criteria.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard