GetOngoingPhoneCallUseCaseImpl

Use case that gets the currently ongoing phone call.

Constructors

Link copied to clipboard
constructor(phoneCallRepository: PhoneCallRepository)

Properties

Link copied to clipboard

Functions

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

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