Package io.anyline2.wrapper
Interface WrapperSessionClientInterface
-
- All Implemented Interfaces:
public interface WrapperSessionClientInterface
-
-
Method Summary
Modifier and Type Method Description abstract Context
getContext()
abstract Unit
onSdkInitializationResponse(WrapperSessionSdkInitializationResponse initializationResponse)
abstract Unit
onScanResults(WrapperSessionScanResultsResponse scanResultsResponse)
abstract Unit
onUIElementClicked(WrapperSessionScanResultConfig scanResultConfig, UIFeedbackElementConfig uiFeedbackElementConfig)
abstract Unit
onScanResponse(WrapperSessionScanResponse scanResponse)
abstract Unit
onUCRReportResponse(WrapperSessionUCRReportResponse ucrReportResponse)
abstract Unit
onExportCachedEventsResponse(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)
-
-
-
-