public class CashDrawerBroadcastReceiver
extends AbstractBroadcastReceiver
Широковещательный приёмник событий денежного ящика.
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
CashDrawerBroadcastReceiver.Companion  | 
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
ACTION_CASH_DRAWER_OPENED  | 
static CashDrawerBroadcastReceiver.Companion | 
Companion  | 
| Constructor and Description | 
|---|
CashDrawerBroadcastReceiver()
Широковещательный приёмник событий денежного ящика. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
handleCashDrawerOpenedEvent(android.content.Context context,
                           CashDrawerOpenEvent cashDrawerOpenedEvent)
Обработчик событий открытия денежного ящика. 
 | 
void | 
onEvent(android.content.Context context,
       java.lang.String action,
       android.os.Bundle bundle)  | 
onEvent, onReceivepublic static java.lang.String ACTION_CASH_DRAWER_OPENED
public static CashDrawerBroadcastReceiver.Companion Companion
public CashDrawerBroadcastReceiver()
Широковещательный приёмник событий денежного ящика.
public void handleCashDrawerOpenedEvent(android.content.Context context,
                                        CashDrawerOpenEvent cashDrawerOpenedEvent)
Обработчик событий открытия денежного ящика.
public void onEvent(android.content.Context context,
                    java.lang.String action,
                    android.os.Bundle bundle)