Package 

Class ScreenshotEventProcessor

  • All Implemented Interfaces:
    io.sentry.EventProcessor

    @ApiStatus.Internal() 
    public final class ScreenshotEventProcessor
     implements EventProcessor
                        

    ScreenshotEventProcessor responsible for taking a screenshot of the screen when an error is captured.

    • Method Summary

      Modifier and Type Method Description
      SentryTransaction process(@NotNull() SentryTransaction transaction, @NotNull() Hint hint)
      SentryEvent process(@NotNull() SentryEvent event, @NotNull() Hint hint)
      Long getOrder()
      • Methods inherited from class io.sentry.EventProcessor

        getOrder, process, process, process
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • process

        @NotNull() SentryTransaction process(@NotNull() SentryTransaction transaction, @NotNull() Hint hint)
      • process

        @NotNull() SentryEvent process(@NotNull() SentryEvent event, @NotNull() Hint hint)