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 class
ScanControllerProvider.Factory
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScanController
provideScanController(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:
AnylineException
org.json.JSONException
-
-