Muriel Gonzalez

Results 3 comments of Muriel Gonzalez

You could check `priceAmountMicros` like @jobernolte 's example above., or alternatively check `formattedPrice` `pricingPhasesList?.filter { it.formattedPrice.contains("Free", ignoreCase = true) }`

@AlexeyGodyaev That is an excellent point 🤔 Then checking priceAmountMicros is definitely the way to go if you want to account for the locale. Other than that, maybe use tags...

@ryderz8 i think you could either add an offer tag or you could create a function that gets the lowest pricing phase using priceAmountMicros This is from the ClassyTaxiAppKotlin sample:...