Is there any intent or broadcast that can be used to find out when decrease quantity button is pressed on the register app?
I just want to know when the new line item is added to Clover register it notifies my app through broadcast action(com.clover.intent.action.LINE_ITEM_ADDED") when I trigger plus icon in a register to increment the quantity of line Item it again triggers the same action which is ok,
So the main point of my question is when user will trigger the subtract icon for decrement of line items quantity it will not notify me, I don't know which action I use or which technique I use to get decremented line item detail.