//app/dev.atick.compose.repository.analysis/AnalysisRepositoryImpl/getMerchantAnalyses
getMerchantAnalyses
[androidJvm]\ open override fun getMerchantAnalyses(startDate: Long, endDate: Long, topN: Int): Flow<List<UiAnalysis>>
Gets the merchant analyses.
Return
A Flow of List of UiAnalysis representing the merchant analyses.
Parameters
androidJvm
startDate | The start date of the analysis. |
endDate | The end date of the analysis. |
topN | The number of top merchants to fetch. |