-
- All Implemented Interfaces:
-
io.sentry.Integration
,io.sentry.android.core.AppState.AppStateListener
,java.io.Closeable
,java.lang.AutoCloseable
public final class SystemEventsBreadcrumbsIntegration implements Integration, Closeable, AppState.AppStateListener
-
-
Constructor Summary
Constructors Constructor Description SystemEventsBreadcrumbsIntegration(Context context)
SystemEventsBreadcrumbsIntegration(Context context, List<String> actions)
-
Method Summary
Modifier and Type Method Description void
register(@NotNull() IScopes scopes, @NotNull() SentryOptions options)
void
close()
static List<String>
getDefaultActions()
void
onForeground()
void
onBackground()
-
-
Method Detail
-
register
void register(@NotNull() IScopes scopes, @NotNull() SentryOptions options)
-
close
void close()
-
getDefaultActions
@NotNull() static List<String> getDefaultActions()
-
onForeground
void onForeground()
-
onBackground
void onBackground()
-
-
-
-