Companion

object Companion

Functions

Link copied to clipboard

Generates a unique device id

Link copied to clipboard

Generates a passphrase to be used in the encryption key, which will be used for encrypting the backups.

Link copied to clipboard

Returns the Fireblocks instance.

Link copied to clipboard

All the users on the device have 1 common unique ID

Link copied to clipboard

The Fireblocks SDK does all of its logging through internal log handler. It logs the messages through the native Android Log class and exposes a URI to the logs as a zip file. You can use this Uri to send the logs to Fireblocks support team when needed.

Link copied to clipboard
fun initialize(context: Context, deviceId: String, messageHandler: FireblocksMessageHandler, keyStorage: FireblocksKeyStorage, fireblocksOptions: FireblocksOptions): Fireblocks

Initializes the Fireblocks SDK instance

Link copied to clipboard

Checks if the device is rooted. We do not recommend to continue working with the device in case it is rooted. Sensitive information can be compromised.

Link copied to clipboard
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.