Provider

interface Provider

A class that can provide the DataCaptureConfig for the Structured Data Capture Library. To do this, implement the {@link DataCaptureConfig.Provider} interface on your Application class. You should provide the same configuration throughout the lifecycle of your application. The library may cache the configuration and different configurations will be ignored.

Functions

Link copied to clipboard
abstract fun getDataCaptureConfig(): DataCaptureConfig