Search
Preparing search index...
The search index is not available
Clover SDK for Javascript Integration
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"remote/client/CloverConnectorBroadcaster"
CloverConnectorBroadcaster
Class CloverConnectorBroadcaster
Broadcasts events to a set of ICloverConnectorListener's
Hierarchy
CloverConnectorBroadcaster
Index
Constructors
constructor
Properties
listeners
logger
Methods
clear
index
Of
notify
Closeout
notify
OnAuth
Response
notify
OnCapture
Pre
Auth
notify
OnConfirm
Payment
Request
notify
OnConnect
notify
OnDevice
Activity
End
notify
OnDevice
Activity
Start
notify
OnDevice
Error
notify
OnDisconnect
notify
OnManual
Refund
Response
notify
OnPre
Auth
Response
notify
OnPrint
Credit
Decline
Receipt
notify
OnPrint
Credit
Receipt
notify
OnPrint
Payment
Decline
Receipt
notify
OnPrint
Payment
Merchant
Copy
Receipt
notify
OnPrint
Payment
Receipt
notify
OnPrint
Refund
Payment
Receipt
notify
OnRead
Card
Data
Response
notify
OnReady
notify
OnRefund
Payment
Response
notify
OnRetrieve
Pending
Payment
Response
notify
OnSale
Response
notify
OnTip
Added
notify
OnTip
Adjust
Auth
Response
notify
OnVault
Card
Respose
notify
OnVerify
Signature
Request
notify
OnVoid
Payment
Response
push
splice
Constructors
constructor
new
Clover
Connector
Broadcaster
(
)
:
CloverConnectorBroadcaster
Returns
CloverConnectorBroadcaster
Properties
Private
listeners
listeners
:
Array
<
sdk.remotepay.ICloverConnectorListener
>
Private
logger
logger
:
Logger
= Logger.create()
Methods
clear
clear
(
)
:
void
Returns
void
index
Of
index
Of
(
searchElement
:
sdk.remotepay.ICloverConnectorListener
, fromIndex
?:
number
)
:
number
Parameters
searchElement:
sdk.remotepay.ICloverConnectorListener
Optional
fromIndex:
number
Returns
number
notify
Closeout
notify
Closeout
(
closeoutResponse
:
sdk.remotemessage.CloseoutResponse
)
:
void
Parameters
closeoutResponse:
sdk.remotemessage.CloseoutResponse
Returns
void
notify
OnAuth
Response
notify
OnAuth
Response
(
response
:
sdk.remotemessage.AuthResponse
)
:
void
Parameters
response:
sdk.remotemessage.AuthResponse
Returns
void
notify
OnCapture
Pre
Auth
notify
OnCapture
Pre
Auth
(
response
:
sdk.remotemessage.CapturePreAuthResponse
)
:
void
Parameters
response:
sdk.remotemessage.CapturePreAuthResponse
Returns
void
notify
OnConfirm
Payment
Request
notify
OnConfirm
Payment
Request
(
confirmPaymentRequest
:
sdk.remotemessage.ConfirmPaymentRequest
)
:
void
Parameters
confirmPaymentRequest:
sdk.remotemessage.ConfirmPaymentRequest
Returns
void
notify
OnConnect
notify
OnConnect
(
)
:
void
Returns
void
notify
OnDevice
Activity
End
notify
OnDevice
Activity
End
(
deviceEvent
:
sdk.remotemessage.CloverDeviceEvent
)
:
void
Parameters
deviceEvent:
sdk.remotemessage.CloverDeviceEvent
Returns
void
notify
OnDevice
Activity
Start
notify
OnDevice
Activity
Start
(
deviceEvent
:
sdk.remotemessage.CloverDeviceEvent
)
:
void
Parameters
deviceEvent:
sdk.remotemessage.CloverDeviceEvent
Returns
void
notify
OnDevice
Error
notify
OnDevice
Error
(
errorEvent
:
sdk.remotemessage.CloverDeviceErrorEvent
)
:
void
Parameters
errorEvent:
sdk.remotemessage.CloverDeviceErrorEvent
Returns
void
notify
OnDisconnect
notify
OnDisconnect
(
)
:
void
Returns
void
notify
OnManual
Refund
Response
notify
OnManual
Refund
Response
(
response
:
sdk.remotemessage.ManualRefundResponse
)
:
void
Parameters
response:
sdk.remotemessage.ManualRefundResponse
Returns
void
notify
OnPre
Auth
Response
notify
OnPre
Auth
Response
(
response
:
sdk.remotemessage.PreAuthResponse
)
:
void
Parameters
response:
sdk.remotemessage.PreAuthResponse
Returns
void
notify
OnPrint
Credit
Decline
Receipt
notify
OnPrint
Credit
Decline
Receipt
(
printManualRefundDeclineReceiptMessage
:
sdk.remotemessage.PrintManualRefundDeclineReceiptMessage
)
:
void
Parameters
printManualRefundDeclineReceiptMessage:
sdk.remotemessage.PrintManualRefundDeclineReceiptMessage
Returns
void
notify
OnPrint
Credit
Receipt
notify
OnPrint
Credit
Receipt
(
printManualRefundReceiptMessage
:
sdk.remotemessage.PrintManualRefundReceiptMessage
)
:
void
Parameters
printManualRefundReceiptMessage:
sdk.remotemessage.PrintManualRefundReceiptMessage
Returns
void
notify
OnPrint
Payment
Decline
Receipt
notify
OnPrint
Payment
Decline
Receipt
(
printPaymentDeclineReceiptMessage
:
sdk.remotemessage.PrintPaymentDeclineReceiptMessage
)
:
void
Parameters
printPaymentDeclineReceiptMessage:
sdk.remotemessage.PrintPaymentDeclineReceiptMessage
Returns
void
notify
OnPrint
Payment
Merchant
Copy
Receipt
notify
OnPrint
Payment
Merchant
Copy
Receipt
(
printPaymentMerchantCopyReceiptMessage
:
sdk.remotemessage.PrintPaymentMerchantCopyReceiptMessage
)
:
void
Parameters
printPaymentMerchantCopyReceiptMessage:
sdk.remotemessage.PrintPaymentMerchantCopyReceiptMessage
Returns
void
notify
OnPrint
Payment
Receipt
notify
OnPrint
Payment
Receipt
(
printPaymentReceiptMessage
:
sdk.remotemessage.PrintPaymentReceiptMessage
)
:
void
Parameters
printPaymentReceiptMessage:
sdk.remotemessage.PrintPaymentReceiptMessage
Returns
void
notify
OnPrint
Refund
Payment
Receipt
notify
OnPrint
Refund
Payment
Receipt
(
printRefundPaymentReceiptMessage
:
sdk.remotemessage.PrintRefundPaymentReceiptMessage
)
:
void
Parameters
printRefundPaymentReceiptMessage:
sdk.remotemessage.PrintRefundPaymentReceiptMessage
Returns
void
notify
OnRead
Card
Data
Response
notify
OnRead
Card
Data
Response
(
rcdr
:
sdk.remotemessage.ReadCardDataResponse
)
:
void
Parameters
rcdr:
sdk.remotemessage.ReadCardDataResponse
Returns
void
notify
OnReady
notify
OnReady
(
merchantInfo
:
sdk.remotemessage.MerchantInfo
)
:
void
Parameters
merchantInfo:
sdk.remotemessage.MerchantInfo
Returns
void
notify
OnRefund
Payment
Response
notify
OnRefund
Payment
Response
(
refundPaymentResponse
:
sdk.remotemessage.RefundPaymentResponse
)
:
void
Parameters
refundPaymentResponse:
sdk.remotemessage.RefundPaymentResponse
Returns
void
notify
OnRetrieve
Pending
Payment
Response
notify
OnRetrieve
Pending
Payment
Response
(
rppr
:
sdk.remotemessage.RetrievePendingPaymentsResponse
)
:
void
Parameters
rppr:
sdk.remotemessage.RetrievePendingPaymentsResponse
Returns
void
notify
OnSale
Response
notify
OnSale
Response
(
response
:
sdk.remotemessage.SaleResponse
)
:
void
Parameters
response:
sdk.remotemessage.SaleResponse
Returns
void
notify
OnTip
Added
notify
OnTip
Added
(
tip
:
number
)
:
void
Parameters
tip:
number
Returns
void
notify
OnTip
Adjust
Auth
Response
notify
OnTip
Adjust
Auth
Response
(
response
:
sdk.remotemessage.TipAdjustAuthResponse
)
:
void
Parameters
response:
sdk.remotemessage.TipAdjustAuthResponse
Returns
void
notify
OnVault
Card
Respose
notify
OnVault
Card
Respose
(
ccr
:
sdk.remotemessage.VaultCardResponse
)
:
void
Parameters
ccr:
sdk.remotemessage.VaultCardResponse
Returns
void
notify
OnVerify
Signature
Request
notify
OnVerify
Signature
Request
(
request
:
sdk.remotemessage.VerifySignatureRequest
)
:
void
Parameters
request:
sdk.remotemessage.VerifySignatureRequest
Returns
void
notify
OnVoid
Payment
Response
notify
OnVoid
Payment
Response
(
response
:
sdk.remotemessage.VoidPaymentResponse
)
:
void
Parameters
response:
sdk.remotemessage.VoidPaymentResponse
Returns
void
push
push
(
...
items
:
sdk.remotepay.ICloverConnectorListener
[]
)
:
number
Parameters
Rest
...
items:
sdk.remotepay.ICloverConnectorListener
[]
Returns
number
splice
splice
(
start
:
number
, deleteCount
:
number
,
...
items
:
sdk.remotepay.ICloverConnectorListener
[]
)
:
sdk.remotepay.ICloverConnectorListener
[]
Parameters
start:
number
deleteCount:
number
Rest
...
items:
sdk.remotepay.ICloverConnectorListener
[]
Returns
sdk.remotepay.ICloverConnectorListener
[]
Globals
"remote/client/
Clover
Connector
Broadcaster"
Clover
Connector
Broadcaster
constructor
listeners
logger
clear
index
Of
notify
Closeout
notify
OnAuth
Response
notify
OnCapture
Pre
Auth
notify
OnConfirm
Payment
Request
notify
OnConnect
notify
OnDevice
Activity
End
notify
OnDevice
Activity
Start
notify
OnDevice
Error
notify
OnDisconnect
notify
OnManual
Refund
Response
notify
OnPre
Auth
Response
notify
OnPrint
Credit
Decline
Receipt
notify
OnPrint
Credit
Receipt
notify
OnPrint
Payment
Decline
Receipt
notify
OnPrint
Payment
Merchant
Copy
Receipt
notify
OnPrint
Payment
Receipt
notify
OnPrint
Refund
Payment
Receipt
notify
OnRead
Card
Data
Response
notify
OnReady
notify
OnRefund
Payment
Response
notify
OnRetrieve
Pending
Payment
Response
notify
OnSale
Response
notify
OnTip
Added
notify
OnTip
Adjust
Auth
Response
notify
OnVault
Card
Respose
notify
OnVerify
Signature
Request
notify
OnVoid
Payment
Response
push
splice
Generated using
TypeDoc
Broadcasts events to a set of ICloverConnectorListener's