question

q-factor avatar image
q-factor asked Jacob Abrams answered

Identify when an order gets synced

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 ?

OrdersBroadcasts
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Jacob Abrams avatar image
Jacob Abrams answered

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.

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community