FindContactsBySource

data class FindContactsBySource(val source: ContactSource) : ContactsDataSourceQuery.ContactSelection

Returns a list of contacts originating from the specified source, or an empty list if none were found.

Constructors

Link copied to clipboard
fun FindContactsBySource(source: ContactSource)

Properties

Link copied to clipboard
val source: ContactSource

Inherited functions

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