Builder

class Builder

Builder for constructing EmbeddedWalletOptions. Supports env EmbeddedWalletEnvironment, log level Level, logToConsole Boolean, logNetwork Boolean options, reporting ReportingOptions, bridge Bridge.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard

Builds the currently set options to be transferred to the SDK.

Link copied to clipboard

The SDK bridge.

Link copied to clipboard
fun setEnv(env: <Error class: unknown class>): EmbeddedWalletOptions.Builder

The SDK environment.

Link copied to clipboard

The SDK Log Level

Link copied to clipboard

The SDK Log network option. When true we will also log network requests and responses. It is useful for debugging purposes.

Link copied to clipboard

The SDK Log to console option. When true we will also log to console using Android's android.util.Log class. It is useful for debugging purposes.

Link copied to clipboard
fun setReportingOptions(reporting: ReportingOptions): EmbeddedWalletOptions.Builder

The SDK reporting options.