public class InventoryBroadcastReceiver
extends AbstractBroadcastReceiver
Широковещательный приёмник товароучётных событий.
Modifier and Type | Class and Description |
---|---|
static class |
InventoryBroadcastReceiver.Companion |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACTION_PRODUCT_CARD_OPENED |
static InventoryBroadcastReceiver.Companion |
Companion |
Constructor and Description |
---|
InventoryBroadcastReceiver()
Широковещательный приёмник товароучётных событий.
|
Modifier and Type | Method and Description |
---|---|
void |
handleProductCardOpenedEvent(android.content.Context context,
ProductCardOpenedEvent productCardOpenedEvent)
Обработчик событий открытия карточки товара.
|
void |
onEvent(android.content.Context context,
java.lang.String action,
android.os.Bundle bundle) |
onEvent, onReceive
public static java.lang.String ACTION_PRODUCT_CARD_OPENED
public static InventoryBroadcastReceiver.Companion Companion
public InventoryBroadcastReceiver()
Широковещательный приёмник товароучётных событий.
public void handleProductCardOpenedEvent(android.content.Context context, ProductCardOpenedEvent productCardOpenedEvent)
Обработчик событий открытия карточки товара.
public void onEvent(android.content.Context context, java.lang.String action, android.os.Bundle bundle)