Table of Contents

Interface ILicensePlateConfirmationDialogInterface

Namespace
IO.Scanbot.Sdk.UI.View.Licenseplate.Dialog
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/view/licenseplate/dialog/LicensePlateConfirmationDialogInterface", "", "IO.Scanbot.Sdk.UI.View.Licenseplate.Dialog.ILicensePlateConfirmationDialogInterfaceInvoker")]
public interface ILicensePlateConfirmationDialogInterface : IJavaObject, IJavaPeerable, IDisposable
Inherited Members

Methods

OnLicensePlateConfirmed(LicensePlateScannerResult)

[Register("onLicensePlateConfirmed", "(Lio/scanbot/sdk/ui/view/licenseplate/entity/LicensePlateScannerResult;)V", "GetOnLicensePlateConfirmed_Lio_scanbot_sdk_ui_view_licenseplate_entity_LicensePlateScannerResult_Handler:IO.Scanbot.Sdk.UI.View.Licenseplate.Dialog.ILicensePlateConfirmationDialogInterfaceInvoker, DocumentSDK.NET.Droid")]
void OnLicensePlateConfirmed(LicensePlateScannerResult result)

Parameters

result LicensePlateScannerResult

OnLicensePlateRejected()

[Register("onLicensePlateRejected", "()V", "GetOnLicensePlateRejectedHandler:IO.Scanbot.Sdk.UI.View.Licenseplate.Dialog.ILicensePlateConfirmationDialogInterfaceInvoker, DocumentSDK.NET.Droid")]
void OnLicensePlateRejected()