-
- 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 voidregister(@NotNull() IScopes scopes, @NotNull() SentryOptions options)voidclose()static List<String>getDefaultActions()voidonForeground()voidonBackground()-
-
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()
-
-
-
-