Interface ScanbotActivityResult

  • All Implemented Interfaces:

    
    public interface ScanbotActivityResult<R extends Object>
    
                        

    Wrapper-class for all information, obtained as a result of RTU activity work.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract R getResult() Scanning or recognition result - the essence of components work done.
      abstract Integer getResultCode() Defines whether activity finished and result provided or, for example, Activity.RESULT_CANCELED
      Boolean getResultOk()
      abstract Boolean isLicenseInvalid() Indicates whether RTU returned due to license issue detected.
      abstract Boolean getSdkIsNotInitialized() Indicates whether RTU returned due to Scanbot SDK is not initialized.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait