sendLogs

fun sendLogs(context: Context, deviceId: String, callback: (success: Boolean) -> Unit)

The Fireblocks SDK does all of its logging through internal log handler. It logs the messages through the native Android Log class. You can use this method to send the logs to Fireblocks support team when needed.

Parameters

context

application context

deviceId

deviceId to which reference the log

callback

invoked when the process completes with Boolean to indicate if it was successful