public class PrintZReportCommand implements IBundlable
Команда снятия и печати Z-отчёта.
| Modifier and Type | Class and Description |
|---|---|
static class |
PrintZReportCommand.Companion |
| Modifier and Type | Field and Description |
|---|---|
static PrintZReportCommand.Companion |
Companion |
static java.lang.String |
NAME |
static java.lang.String |
NAME_PERMISSION
Разрешение для снятия и печати Z-отчёта.
|
| Constructor and Description |
|---|
PrintZReportCommand()
Команда снятия и печати Z-отчёта.
|
| Modifier and Type | Method and Description |
|---|---|
void |
process(android.app.Activity activity,
IntegrationManagerCallback callback) |
android.os.Bundle |
toBundle() |
toBundlepublic static java.lang.String NAME_PERMISSION
Разрешение для снятия и печати Z-отчёта.
Указывайте разрешение в манифесте приложения, в элементе до элемента .
public static java.lang.String NAME
public static PrintZReportCommand.Companion Companion
public PrintZReportCommand()
Команда снятия и печати Z-отчёта.
public void process(android.app.Activity activity,
IntegrationManagerCallback callback)
public android.os.Bundle toBundle()