GetOngoingPhoneCallUseCase

Use case for retrieving the currently ongoing phone call.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun execute(): OngoingPhoneCallDomainModel?

Returns the currently ongoing phone call represented by OngoingPhoneCallDomainModel. If there is no ongoing phone call, then null is returned.