Property | Type | Description | |
---|---|---|---|
sendObjectMessage | void |
Method | Description | |
---|---|---|
DefaultCloverDevice ( CloverDeviceConfiguration configuration ) : System | ||
DefaultCloverDevice ( String packageName, |
||
doCapturePreAuth ( string paymentID, long amount, long tipAmount ) : void | ||
doCloseout ( bool allowOpenTabs, string batchId ) : void | ||
doDiscoveryRequest ( ) : void | ||
doKeyPress ( KeyPress keyPress ) : void | ||
doLogMessages ( LogLevelEnum logLevel, string>.Dictionary |
||
doOpenCashDrawer ( string reason ) : void | ||
doOrderUpdate ( DisplayOrder order, DisplayOperation operation ) : void | ||
doPrintImage ( string base64String ) : void | ||
doPrintImageURL ( string urlString ) : void | ||
doPrintText ( List |
||
doRefundPayment ( string orderId, string paymentId, long amount, bool fullRefund ) : void | ||
doResetDevice ( ) : void | ||
doShowPaymentReceiptScreen ( string orderId, string paymentId ) : void | ||
doShowThankYouScreen ( ) : void | ||
doShowWelcomeScreen ( ) : void | ||
doTerminalMessage ( string text ) : void | ||
doTipAdjustAuth ( string orderId, string paymentId, long amount ) : void | ||
doTxStart ( |
||
doVaultCard ( int CardEntryMethods ) : void | ||
doVerifySignature ( |
||
doVoidPayment ( |
||
notifyObserversCapturePreAuthResponse ( |
||
notifyObserversCashbackSelected ( |
||
notifyObserversCloseoutResponse ( |
||
notifyObserversDiscoveryResponse ( |
||
notifyObserversFinishCancel ( ) : void | ||
notifyObserversFinishOk ( |
||
notifyObserversKeyPressed ( |
||
notifyObserversPartialAuth ( |
||
notifyObserversPaymentVoided ( |
||
notifyObserversRefundPaymentResponse ( |
||
notifyObserversTipAdded ( |
||
notifyObserversTipAdjusted ( |
||
notifyObserversTxStartResponse ( |
||
notifyObserversTxState ( |
||
notifyObserversUiState ( |
||
notifyObserversVaultCardResponse ( |
||
notifyObserversVerifySignature ( |
||
onDeviceConnected ( |
||
onDeviceDisconnected ( |
||
onDeviceError ( int code, string message ) : void | ||
onDeviceReady ( |
||
onMessage ( string message ) : void |
This handles parsing the generic message and figuring out which handler should be used for processing
|
Method | Description | |
---|---|---|
sendObjectMessage ( |
public DefaultCloverDevice ( CloverDeviceConfiguration configuration ) : System | ||
configuration | CloverDeviceConfiguration | |
return | System |
public DefaultCloverDevice ( String packageName, |
||
packageName | String | |
transport | ||
remoteApplicationID | String | |
return | System |
public doCapturePreAuth ( string paymentID, long amount, long tipAmount ) : void | ||
paymentID | string | |
amount | long | |
tipAmount | long | |
return | void |
public doCloseout ( bool allowOpenTabs, string batchId ) : void | ||
allowOpenTabs | bool | |
batchId | string | |
return | void |
public doKeyPress ( KeyPress keyPress ) : void | ||
keyPress | KeyPress | |
return | void |
public doLogMessages ( LogLevelEnum logLevel, string>.Dictionary |
||
logLevel | LogLevelEnum | |
messages | string>.Dictionary | |
return | void |
public doOpenCashDrawer ( string reason ) : void | ||
reason | string | |
return | void |
public doOrderUpdate ( DisplayOrder order, DisplayOperation operation ) : void | ||
order | DisplayOrder | |
operation | DisplayOperation | |
return | void |
public doPrintImage ( string base64String ) : void | ||
base64String | string | |
return | void |
public doPrintImageURL ( string urlString ) : void | ||
urlString | string | |
return | void |
public doRefundPayment ( string orderId, string paymentId, long amount, bool fullRefund ) : void | ||
orderId | string | |
paymentId | string | |
amount | long | |
fullRefund | bool | |
return | void |
public doShowPaymentReceiptScreen ( string orderId, string paymentId ) : void | ||
orderId | string | |
paymentId | string | |
return | void |
public doTerminalMessage ( string text ) : void | ||
text | string | |
return | void |
public doTipAdjustAuth ( string orderId, string paymentId, long amount ) : void | ||
orderId | string | |
paymentId | string | |
amount | long | |
return | void |
public doTxStart ( |
||
payIntent | ||
order | ||
suppressOnScreenTips | bool | |
return | void |
public doVaultCard ( int CardEntryMethods ) : void | ||
CardEntryMethods | int | |
return | void |
public doVerifySignature ( |
||
payment | ||
verified | bool | |
return | void |
public doVoidPayment ( |
||
payment | ||
reason | VoidReason | |
return | void |
public notifyObserversCapturePreAuthResponse ( |
||
carm | ||
return | void |
public notifyObserversCashbackSelected ( |
||
cbSelected | ||
return | void |
public notifyObserversCloseoutResponse ( |
||
crm | ||
return | void |
public notifyObserversDiscoveryResponse ( |
||
drMessage | ||
return | void |
public notifyObserversFinishCancel ( ) : void | ||
return | void |
public notifyObserversFinishOk ( |
||
msg | ||
return | void |
public notifyObserversKeyPressed ( |
||
keyPress | ||
return | void |
public notifyObserversPartialAuth ( |
||
partialAuth | ||
return | void |
public notifyObserversPaymentVoided ( |
||
payment | ||
reason | VoidReason | |
return | void |
public notifyObserversRefundPaymentResponse ( |
||
rrm | ||
return | void |
public notifyObserversTipAdded ( |
||
tipAdded | ||
return | void |
public notifyObserversTipAdjusted ( |
||
tarm | ||
return | void |
public notifyObserversTxStartResponse ( |
||
txsrm | ||
return | void |
public notifyObserversTxState ( |
||
txStateMsg | ||
return | void |
public notifyObserversUiState ( |
||
uiStateMsg | ||
return | void |
public notifyObserversVaultCardResponse ( |
||
vcrm | ||
return | void |
public notifyObserversVerifySignature ( |
||
verifySigMsg | ||
return | void |
public onDeviceConnected ( |
||
transport | ||
return | void |
public onDeviceDisconnected ( |
||
transport | ||
return | void |
public onDeviceError ( int code, string message ) : void | ||
code | int | |
message | string | |
return | void |
public onDeviceReady ( |
||
device | ||
return | void |
public onMessage ( string message ) : void | ||
message | string | The message. |
return | void |