Package 

Class TombstoneIntegration.TombstoneHint

  • All Implemented Interfaces:
    io.sentry.hints.Backfillable , io.sentry.hints.DiskFlushNotification , io.sentry.hints.Flushable , io.sentry.hints.NativeCrashExit

    @ApiStatus.Internal() 
    public final class TombstoneIntegration.TombstoneHint
    extends BlockingFlushHint implements Backfillable, NativeCrashExit
                        
    • Constructor Summary

      Constructors 
      Constructor Description
      TombstoneIntegration.TombstoneHint(long flushTimeoutMillis, ILogger logger, long tombstoneTimestamp, boolean shouldEnrich)
    • Method Summary

      Modifier and Type Method Description
      Long timestamp()
      boolean shouldEnrich()
      boolean isFlushable(@Nullable() SentryId eventId)
      void setFlushable(@NotNull() SentryId eventId)
      • Methods inherited from class io.sentry.hints.BlockingFlushHint

        markFlushed, waitFlush
      • Methods inherited from class io.sentry.hints.DiskFlushNotification

        isFlushable, setFlushable
      • Methods inherited from class io.sentry.hints.Backfillable

        shouldEnrich
      • Methods inherited from class io.sentry.hints.NativeCrashExit

        timestamp
      • Methods inherited from class java.lang.Object

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

      • TombstoneIntegration.TombstoneHint

        TombstoneIntegration.TombstoneHint(long flushTimeoutMillis, ILogger logger, long tombstoneTimestamp, boolean shouldEnrich)