1.3.1
NEW
- Added support for Custom Activities on the Clover Mini
- Added a
startCustomActivity
request that starts a custom activity on the Clover device and anonCustomActivityResponse
that receives a callback when it is done - Added
sendMessageToActivity
to send messages to a Custom Activity running on the Clover device andonMessageFromActivity
to receive messages from the Custom Activity
- Added a
- Added an
onDeviceError
callback for connection errors
- Added a
RetrievePayment()
request andonRetrievePaymentResponse
response that enable you to query for a payment by entering its external ID on the device
- Added a
retrieveDeviceStatus
request andonRetrieveDeviceStatusResponse
response to retrieve the status of the device
IMPROVED
resetDevice
now calls back toonResetDeviceResponse
with the current status
FIXED
- Fixed a few memory leaks with respect to WebSocket connections and Swift String interpolation