Package io.anyline2.di.scancontroller
Interface ScanControllerProvider
- 
- All Known Implementing Classes:
 ScanControllerProviderImpl
public interface ScanControllerProvider 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classScanControllerProvider.Factory 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScanControllerprovideScanController(org.json.JSONObject jsonConfig, PluginCallback pluginCallback, AssetContext assetContext) 
 - 
 
- 
- 
Method Detail
- 
provideScanController
ScanController provideScanController(@NonNull org.json.JSONObject jsonConfig, @NonNull PluginCallback pluginCallback, AssetContext assetContext) throws AnylineException, org.json.JSONException
- Throws:
 AnylineExceptionorg.json.JSONException
 
 - 
 
 -