Builder

class Builder(val settingsModel: SettingsModel, val documentStore: DocumentStore, val trustManager: TrustManager, val context: Context, deviceRetrievalHelper: DeviceRetrievalHelper? = null, var onError: (Throwable) -> Unit = {})

Builder class returning a new TransferHelper instance with a new deviceRetrievalHelper object.

Constructors

Link copied to clipboard
constructor(settingsModel: SettingsModel, documentStore: DocumentStore, trustManager: TrustManager, context: Context, deviceRetrievalHelper: DeviceRetrievalHelper? = null, onError: (Throwable) -> Unit = {})

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard