in Android, we need a way to pass the amount and currency values dynamically to TamaraWidgetText
when trying to pass it like this using dataBinding
app:pay_value="@{amount}"
i have this compile time error
Cannot find a setter for <co.tamara.sdk.widget.TamaraWidgetText app:pay_value> that accepts parameter type 'java.lang.Float'
Please add setters for pay_in, pay_value, currency in TamaraWidgetText
in Android, we need a way to pass the amount and currency values dynamically to TamaraWidgetText
when trying to pass it like this using dataBinding
app:pay_value="@{amount}"
i have this compile time error
Cannot find a setter for <co.tamara.sdk.widget.TamaraWidgetText app:pay_value> that accepts parameter type 'java.lang.Float'
Please add setters for pay_in, pay_value, currency in TamaraWidgetText