Package 

Interface Recorder

  • All Implemented Interfaces:
    java.io.Closeable , java.lang.AutoCloseable

    
    public interface Recorder
     implements Closeable
                        
    • Method Summary

      Modifier and Type Method Description
      abstract Unit start(ScreenshotRecorderConfig recorderConfig)
      abstract Unit resume()
      abstract Unit pause()
      abstract Unit stop()
      • Methods inherited from class io.sentry.android.replay.Recorder

        close
      • Methods inherited from class java.lang.Object

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