Builder
class Builder
Builder for constructing EmbeddedWalletOptions. Supports env EmbeddedWalletEnvironment, log level Level, logToConsole Boolean, logNetwork Boolean options, reporting ReportingOptions, bridge Bridge.
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
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
The SDK reporting options.