question

niranjan avatar image
niranjan asked Jacob Abrams answered

How all the clover apps are interconnected?

How all the clover apps are interconnected? i.e when I logout in one app(register app) it's reflecting in another app(order app). any help will be appreciated also thanks in advance.

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

In general android has several mechanisms that allow apps to communicate with each other: broadcasts, services and content providers. In most cases Clover information (inventory, orders, etc) is centrally located in an app with the package name com.clover.engine. This app is required by the clover-android-sdk and the connectors in our SDK connect to our engine app using standard android mechanisms.

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