I have got two clover devices linked to the same merchant and I added an order in one of them. Is there a broadcast or any other way to identify when that particular order gets created/updated in my second device ?
I have got two clover devices linked to the same merchant and I added an order in one of them. Is there a broadcast or any other way to identify when that particular order gets created/updated in my second device ?
I don't believe there is a Intent that is broadcast when an order is synced, but our OrdersProvider
should send a content change notification on the Uri content://com.clover.orders/orders
. See http://developer.android.com/referenc... for more information about using ContentObserver
.
No one has followed this question yet.