Interface SecureWatermarkReadinessObserver


public interface SecureWatermarkReadinessObserver
This subscription contains callback for event during initialization of secure digital watermark reading. Callbacks to this interface are delivered on the main thread.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Initialization has failed, and secure digital watermark reading in not available.
    void
    Initialization was successful, and secure digital watermarks can now be read.
    void
    This method is called when secure watermark reading is not available.
  • Method Details

    • onUnavailable

      void onUnavailable()
      This method is called when secure watermark reading is not available. This will be called immediately the first time a SdkSession or DMSDetectorView is created.
    • onFailure

      void onFailure(SecureWatermarkReadinessObserver.Errors errorCode)
      Initialization has failed, and secure digital watermark reading in not available.
    • onReady

      void onReady()
      Initialization was successful, and secure digital watermarks can now be read.