GetPromotedAdResponseUseCase

constructor(promotedRepository: PromotedAdService, coroutineDispatcher: CoroutineDispatcher)

Parameters

promotedRepository

Service for fetching promoted ad data.

coroutineDispatcher

Dispatcher for coroutine execution.