public interface IPoyntPrinterServiceListener
extends android.os.IInterface
Modifier and Type | Interface and Description |
---|---|
static class |
IPoyntPrinterServiceListener.Stub
Local-side IPC implementation stub class.
|
Modifier and Type | Method and Description |
---|---|
void |
onPrintResponse(PrinterStatus status,
java.lang.String requestId)
Callback function to return the status of print status,
|
void onPrintResponse(PrinterStatus status, java.lang.String requestId) throws android.os.RemoteException
status
- co.poynt.api.model.PrinterSatus
requestId
- Request id of the callerandroid.os.RemoteException