ContactNameDataSource

A data source for retrieving contact names associated with phone numbers.

Functions

Link copied to clipboard
abstract fun get(phoneNumber: String): String?

Returns the contact name associated with the specified phoneNumber or null if no match is found.