public final class AppComponentsBreadcrumbsIntegration
extends java.lang.Object
implements io.sentry.Integration, java.io.Closeable
| Constructor and Description |
|---|
AppComponentsBreadcrumbsIntegration(@NotNull Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
onConfigurationChanged(Configuration newConfig) |
void |
onLowMemory() |
void |
onTrimMemory(int level) |
void |
register(@NotNull io.sentry.IHub hub,
@NotNull io.sentry.SentryOptions options) |
public AppComponentsBreadcrumbsIntegration(@NotNull
@NotNull Context context)
public void register(@NotNull
@NotNull io.sentry.IHub hub,
@NotNull
@NotNull io.sentry.SentryOptions options)
register in interface io.sentry.Integrationpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOExceptionpublic void onConfigurationChanged(@NonNull
Configuration newConfig)
public void onLowMemory()
public void onTrimMemory(int level)