I noticed there are no public broadcasts on android for detecting when a user has added an inventory item. It seems like a way around this might be using webhooks and notifications. However this seems to be slow, and I need to perform an action immediately after the inventory has been changed. Is there any way to efficiently do this without polling?