Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
abstract class DataRowBuilder(val mimeType: String, val dataRowUri: Uri, val rawContactId: Long?, val contact: Contact, val readOnly: Boolean)

Builder for a data row to insert into the Android contact provider.

Link copied to clipboard
abstract class DataRowHandler

Handler for a raw contact's data row.

Link copied to clipboard
class EmailBuilder(dataRowUri: Uri, rawContactId: Long?, contact: Contact, readOnly: Boolean) : DataRowBuilder
Link copied to clipboard
Link copied to clipboard
class EventBuilder(dataRowUri: Uri, rawContactId: Long?, contact: Contact, readOnly: Boolean) : DataRowBuilder
Link copied to clipboard
Link copied to clipboard
class ImBuilder(dataRowUri: Uri, rawContactId: Long?, contact: Contact, readOnly: Boolean) : DataRowBuilder
Link copied to clipboard
Link copied to clipboard
class NicknameBuilder(dataRowUri: Uri, rawContactId: Long?, contact: Contact, readOnly: Boolean) : DataRowBuilder
Link copied to clipboard
Link copied to clipboard
class NoteBuilder(dataRowUri: Uri, rawContactId: Long?, contact: Contact, readOnly: Boolean) : DataRowBuilder
Link copied to clipboard
Link copied to clipboard
class OrganizationBuilder(dataRowUri: Uri, rawContactId: Long?, contact: Contact, readOnly: Boolean) : DataRowBuilder
Link copied to clipboard
Link copied to clipboard
class PhoneBuilder(dataRowUri: Uri, rawContactId: Long?, contact: Contact, readOnly: Boolean) : DataRowBuilder
Link copied to clipboard
Link copied to clipboard
class PhotoBuilder(dataRowUri: Uri, rawContactId: Long?, contact: Contact, readOnly: Boolean) : DataRowBuilder
Link copied to clipboard
Link copied to clipboard
class RelationBuilder(dataRowUri: Uri, rawContactId: Long?, contact: Contact, readOnly: Boolean) : DataRowBuilder
Link copied to clipboard
Link copied to clipboard
class SipAddressBuilder(dataRowUri: Uri, rawContactId: Long?, contact: Contact, readOnly: Boolean) : DataRowBuilder
Link copied to clipboard
Link copied to clipboard
class StructuredNameBuilder(dataRowUri: Uri, rawContactId: Long?, contact: Contact, readOnly: Boolean) : DataRowBuilder
Link copied to clipboard
Link copied to clipboard
class StructuredPostalBuilder(dataRowUri: Uri, rawContactId: Long?, contact: Contact, readOnly: Boolean) : DataRowBuilder

Data row builder for structured addresses.

Link copied to clipboard
class WebsiteBuilder(dataRowUri: Uri, rawContactId: Long?, contact: Contact, readOnly: Boolean) : DataRowBuilder
Link copied to clipboard