I would like to determine programatically for my custom tender app if tips are currently enabled for the merchant. There are several posts in the forum that suggest using
var saleRequest = new clover.remotepay.SaleRequest(); TipMode tipMode = sale.getTipMode()
However, I'm using 'com.clover.sdk:clover-sdk:latest.release' and com.clover.remotePay.sdk.SaleRequest isn't included in this SDK. There is also no mention of SaleRequest in the clover-android-sdk docs.
What is the new way of checking whether merchants have tips enabled?