Package io.sentry
Class SendCachedEnvelopeFireAndForgetIntegration
- java.lang.Object
-
- io.sentry.SendCachedEnvelopeFireAndForgetIntegration
-
- All Implemented Interfaces:
Integration
public final class SendCachedEnvelopeFireAndForgetIntegration extends java.lang.Object implements Integration
Sends cached events over when your App. is starting.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSendCachedEnvelopeFireAndForgetIntegration.SendFireAndForgetstatic interfaceSendCachedEnvelopeFireAndForgetIntegration.SendFireAndForgetDirPathstatic interfaceSendCachedEnvelopeFireAndForgetIntegration.SendFireAndForgetFactory
-
Constructor Summary
Constructors Constructor Description SendCachedEnvelopeFireAndForgetIntegration(@NotNull SendCachedEnvelopeFireAndForgetIntegration.SendFireAndForgetFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregister(@NotNull IHub hub, @NotNull SentryOptions options)Registers an integration
-
-
-
Constructor Detail
-
SendCachedEnvelopeFireAndForgetIntegration
public SendCachedEnvelopeFireAndForgetIntegration(@NotNull @NotNull SendCachedEnvelopeFireAndForgetIntegration.SendFireAndForgetFactory factory)
-
-
Method Detail
-
register
public final void register(@NotNull @NotNull IHub hub, @NotNull @NotNull SentryOptions options)Description copied from interface:IntegrationRegisters an integration- Specified by:
registerin interfaceIntegration- Parameters:
hub- the Huboptions- the options
-
-