-
- All Implemented Interfaces:
-
io.sentry.android.core.ApplicationExitInfoHistoryDispatcher.ApplicationExitInfoPolicy
@ApiStatus.Internal() public class TombstoneIntegration.TombstonePolicy implements ApplicationExitInfoHistoryDispatcher.ApplicationExitInfoPolicy
-
-
Constructor Summary
Constructors Constructor Description TombstoneIntegration.TombstonePolicy(SentryAndroidOptions options)
-
Method Summary
Modifier and Type Method Description StringgetLabel()intgetTargetReason()booleanshouldReportHistorical()LonggetLastReportedTimestamp()ApplicationExitInfoHistoryDispatcher.ReportbuildReport(@NotNull() ApplicationExitInfo exitInfo, boolean enrich)-
-
Constructor Detail
-
TombstoneIntegration.TombstonePolicy
TombstoneIntegration.TombstonePolicy(SentryAndroidOptions options)
-
-
Method Detail
-
getTargetReason
int getTargetReason()
-
shouldReportHistorical
boolean shouldReportHistorical()
-
getLastReportedTimestamp
@Nullable() Long getLastReportedTimestamp()
-
buildReport
@Nullable() ApplicationExitInfoHistoryDispatcher.Report buildReport(@NotNull() ApplicationExitInfo exitInfo, boolean enrich)
-
-
-
-