Interface IScanbotActivityResult
[Register("io/scanbot/sdk/ui_v2/common/activity/ScanbotActivityResult", "", "IO.Scanbot.Sdk.Ui_v2.Common.Activity.IScanbotActivityResultInvoker")]
[JavaTypeParameters(new string[] { "R" })]
public interface IScanbotActivityResult : IJavaObject, IJavaPeerable, IDisposable
- Inherited Members
Properties
IsLicenseInvalid
bool IsLicenseInvalid { get; }
Property Value
Result
Object Result { get; }
Property Value
ResultCode
int ResultCode { get; }
Property Value
ResultOk
bool ResultOk { get; }
Property Value
SdkIsNotInitialized
bool SdkIsNotInitialized { get; }