Class LicensePlateScannerActivity.LicensePlateScannerActivityResult
- Namespace
- IO.Scanbot.Sdk.UI.View.Licenseplate
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/view/licenseplate/LicensePlateScannerActivity$Result", DoNotGenerateAcw = true)]
public sealed class LicensePlateScannerActivity.LicensePlateScannerActivityResult : Object, IScanbotActivityResult, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
LicensePlateScannerActivity.LicensePlateScannerActivityResult
- Implements
-
- Inherited Members
-
Constructors
LicensePlateScannerActivityResult(int, LicensePlateScannerResult, bool, bool)
[Register(".ctor", "(ILio/scanbot/sdk/ui/view/licenseplate/entity/LicensePlateScannerResult;ZZ)V", "")]
public LicensePlateScannerActivityResult(int resultCode, LicensePlateScannerResult result, bool isLicenseInvalid, bool sdkIsNotInitialized)
Parameters
resultCode
int
result
LicensePlateScannerResult
isLicenseInvalid
bool
sdkIsNotInitialized
bool
Properties
IsLicenseInvalid
public bool IsLicenseInvalid { get; }
Property Value
- bool
Result
public Object Result { get; }
Property Value
- Object
ResultCode
public int ResultCode { get; }
Property Value
- int
ResultOk
public bool ResultOk { get; }
Property Value
- bool
SdkIsNotInitialized
public bool SdkIsNotInitialized { get; }
Property Value
- bool
Methods
Component1()
[Register("component1", "()I", "")]
public int Component1()
Returns
- int
Component2()
[Register("component2", "()Lio/scanbot/sdk/ui/view/licenseplate/entity/LicensePlateScannerResult;", "")]
public LicensePlateScannerResult Component2()
Returns
- LicensePlateScannerResult
Component3()
[Register("component3", "()Z", "")]
public bool Component3()
Returns
- bool
Component4()
[Register("component4", "()Z", "")]
public bool Component4()
Returns
- bool
Copy(int, LicensePlateScannerResult, bool, bool)
[Register("copy", "(ILio/scanbot/sdk/ui/view/licenseplate/entity/LicensePlateScannerResult;ZZ)Lio/scanbot/sdk/ui/view/licenseplate/LicensePlateScannerActivity$Result;", "")]
public LicensePlateScannerActivity.LicensePlateScannerActivityResult Copy(int resultCode, LicensePlateScannerResult result, bool isLicenseInvalid, bool sdkIsNotInitialized)
Parameters
resultCode
int
result
LicensePlateScannerResult
isLicenseInvalid
bool
sdkIsNotInitialized
bool
Returns
- LicensePlateScannerActivity.LicensePlateScannerActivityResult