Skip to content

1.3.1

Compare
Choose a tag to compare
@blake-clover blake-clover released this 31 Aug 16:41

NEW

  • Added support for Custom Activities on the Clover Mini
    • Added a startCustomActivity request that starts a custom activity on the Clover device and an onCustomActivityResponse that receives a callback when it is done
    • AddedsendMessageToActivity to send messages to a Custom Activity running on the Clover device and onMessageFromActivity to receive messages from the Custom Activity
  • Added an onDeviceError callback for connection errors
  • Added a RetrievePayment() request and onRetrievePaymentResponse response that enable you to query for a payment by entering its external ID on the device
  • Added a retrieveDeviceStatus request and onRetrieveDeviceStatusResponse response to retrieve the status of the device

IMPROVED

  • resetDevice now calls back to onResetDeviceResponse with the current status

FIXED

  • Fixed a few memory leaks with respect to WebSocket connections and Swift String interpolation