question

tg avatar image
tg asked Jeffrey Blattman answered

Is there a broadcast sent when an order is fired?

I've noticed the undocumented action com.clover.intent.action.FIRE_ORDER but it does not seem to work as a broadcast just as-is. Are there any additional permissions required to receive this broadcast? Or is there another broadcast that should be used instead

Many thanks!

Orders
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

Jeffrey Blattman avatar image
Jeffrey Blattman answered

That action causes an order to be fired. It's an implementation detail for our apps and I'd advise you not to depend on it or send it yourself. For the most part, actions that begin with com.clover. are private implementation details. clover. are public and documented in the Clover Android SDK (see class Intents).

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