ContactNameDataSourceImpl

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

This class provides a way to query the device's contact database and retrieve the display name associated with a given phone number.

Constructors

Link copied to clipboard
constructor(context: Context)

Properties

Link copied to clipboard
private val context: Context

An instance of Context used for accessing content providers.

Functions

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