althaf
04/27/2022, 11:47 AMprivate val onLiveFxRateResult: LiveData<Result<List<FundingAccountWithCcyPair>>> =
Transformations.switchMap(onLiveFxRateRequested) {
it.forEach {
getFundingAccountsWithCcyPairsUseCase.execute(it.accountCountryCode)
}
}
Jhonatan Sabadi
04/28/2022, 11:19 AMalthaf
04/28/2022, 11:31 AM