Package io.sentry
Class UncaughtExceptionHandlerIntegration.UncaughtExceptionHint
java.lang.Object
io.sentry.hints.BlockingFlushHint
io.sentry.UncaughtExceptionHandlerIntegration.UncaughtExceptionHint
- All Implemented Interfaces:
DiskFlushNotification
,Flushable
,SessionEnd
,TransactionEnd
- Enclosing class:
- UncaughtExceptionHandlerIntegration
@Internal
public static class UncaughtExceptionHandlerIntegration.UncaughtExceptionHint
extends BlockingFlushHint
implements SessionEnd, TransactionEnd
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isFlushable
(@Nullable SentryId eventId) void
setFlushable
(@NotNull SentryId eventId) Methods inherited from class io.sentry.hints.BlockingFlushHint
markFlushed, waitFlush
-
Constructor Details
-
UncaughtExceptionHint
-
-
Method Details
-
isFlushable
- Specified by:
isFlushable
in interfaceDiskFlushNotification
-
setFlushable
- Specified by:
setFlushable
in interfaceDiskFlushNotification
-