ContactSource

abstract class ContactSource : Parcelable

Base type used to represent a source from which a contact originates. This is used to describe contacts which have been synchronized from a device or service.

Inheritors

Constructors

Link copied to clipboard
constructor()

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)