Package io.sentry

Interface IReplayApi

All Known Subinterfaces:
ReplayController
All Known Implementing Classes:
NoOpReplayController

public interface IReplayApi
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    Draws a masking overlay on top of the screen to help visualize which parts of the screen are masked by Session Replay.
  • Method Details

    • enableDebugMaskingOverlay

      void enableDebugMaskingOverlay()
      Draws a masking overlay on top of the screen to help visualize which parts of the screen are masked by Session Replay. This is only useful for debugging purposes and should not be used in production environments.

      Expect the top level view to be invalidated more often than usual, as the overlay is drawn on top of it.

    • disableDebugMaskingOverlay

      void disableDebugMaskingOverlay()