PhoneCallMetadataDataSource

A data source for managing phone call metadata.

Functions

Link copied to clipboard
abstract suspend fun get(id: String): PhoneCallMetadataDataModel

Returns phone call metadata represented by PhoneCallMetadataDataModel associated with the specified id.

Link copied to clipboard
abstract suspend fun incrementTimesQueried(id: String)

Increments the number of times a phone call with the specified id has been queried.