-
- All Implemented Interfaces:
-
android.content.ComponentCallbacks
,android.content.ComponentCallbacks2
,io.sentry.Integration
,java.io.Closeable
,java.lang.AutoCloseable
public final class AppComponentsBreadcrumbsIntegration implements Integration, Closeable, ComponentCallbacks2
-
-
Constructor Summary
Constructors Constructor Description AppComponentsBreadcrumbsIntegration(Context context)
-
Method Summary
Modifier and Type Method Description void
register(@NotNull() IScopes scopes, @NotNull() SentryOptions options)
void
close()
void
onConfigurationChanged(@NotNull() Configuration newConfig)
void
onLowMemory()
void
onTrimMemory(int level)
-
Methods inherited from class io.sentry.Integration
register
-
Methods inherited from class java.io.Closeable
close
-
Methods inherited from class android.content.ComponentCallbacks2
onTrimMemory
-
Methods inherited from class android.content.ComponentCallbacks
onConfigurationChanged, onLowMemory
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
AppComponentsBreadcrumbsIntegration
AppComponentsBreadcrumbsIntegration(Context context)
-
-
Method Detail
-
register
void register(@NotNull() IScopes scopes, @NotNull() SentryOptions options)
-
close
void close()
-
onConfigurationChanged
void onConfigurationChanged(@NotNull() Configuration newConfig)
-
onLowMemory
void onLowMemory()
-
onTrimMemory
void onTrimMemory(int level)
-
-
-
-