-
- All Implemented Interfaces:
-
io.sentry.Integration
,java.io.Closeable
,java.lang.AutoCloseable
public final class SystemEventsBreadcrumbsIntegration implements Integration, Closeable
-
-
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)
static List<String>
getDefaultActions()
void
close()
-
-
Method Detail
-
register
void register(@NotNull() IScopes scopes, @NotNull() SentryOptions options)
-
getDefaultActions
@NotNull() static List<String> getDefaultActions()
-
close
void close()
-
-
-
-