Package io.anyline2.wrapper
Interface WrapperSessionClientInterface
-
- All Implemented Interfaces:
public interface WrapperSessionClientInterface
-
-
Method Summary
Modifier and Type Method Description abstract ContextgetContext()abstract UnitonSdkInitializationResponse(WrapperSessionSdkInitializationResponse initializationResponse)abstract UnitonScanResults(WrapperSessionScanResultsResponse scanResultsResponse)abstract UnitonUIElementClicked(WrapperSessionScanResultConfig scanResultConfig, UIFeedbackElementConfig uiFeedbackElementConfig)abstract UnitonScanResponse(WrapperSessionScanResponse scanResponse)abstract UnitonUCRReportResponse(WrapperSessionUCRReportResponse ucrReportResponse)abstract UnitonExportCachedEventsResponse(WrapperSessionExportCachedEventsResponse exportCachedEventsResponse)-
-
Method Detail
-
getContext
abstract Context getContext()
-
onSdkInitializationResponse
abstract Unit onSdkInitializationResponse(WrapperSessionSdkInitializationResponse initializationResponse)
-
onScanResults
abstract Unit onScanResults(WrapperSessionScanResultsResponse scanResultsResponse)
-
onUIElementClicked
abstract Unit onUIElementClicked(WrapperSessionScanResultConfig scanResultConfig, UIFeedbackElementConfig uiFeedbackElementConfig)
-
onScanResponse
abstract Unit onScanResponse(WrapperSessionScanResponse scanResponse)
-
onUCRReportResponse
abstract Unit onUCRReportResponse(WrapperSessionUCRReportResponse ucrReportResponse)
-
onExportCachedEventsResponse
abstract Unit onExportCachedEventsResponse(WrapperSessionExportCachedEventsResponse exportCachedEventsResponse)
-
-
-
-