FireblocksMessageHandler

Implement this in order to to pass messages from the Fireblocks SDK to the BE server.

Functions

Link copied to clipboard
abstract fun handleOutgoingMessage(payload: String, responseCallback: (responseBody: String?) -> Unit, errorCallback: (errorMessage: String?) -> Unit)

Used by the Fireblocks SDK to pass data to the application. This data should be sent to the Fireblocks server.