Interface IResult
[Register("io/scanbot/common/Result", "", "IO.Scanbot.Common.IResultInvoker")]
[JavaTypeParameters(new string[] { "T" })]
public interface IResult : IJavaObject, IJavaPeerable, IDisposable
- Inherited Members
Properties
OrNull
Object OrNull { get; }
Property Value
OrThrow
Object OrThrow { get; }
Property Value
Methods
ErrorOrNull()
[Register("errorOrNull", "()Lio/scanbot/common/Result$Failure;", "GetErrorOrNullHandler:IO.Scanbot.Common.IResultInvoker, BarcodeSDK.NET.Droid")]
IResult.Failure ErrorOrNull()