Package io.sentry.clientreport
Interface IClientReportStorage
-
@Internal public interface IClientReportStorage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addCount(io.sentry.clientreport.ClientReportKey key, java.lang.Long count)
java.util.List<DiscardedEvent>
resetCountsAndGet()
-
-
-
Method Detail
-
addCount
void addCount(io.sentry.clientreport.ClientReportKey key, java.lang.Long count)
-
resetCountsAndGet
java.util.List<DiscardedEvent> resetCountsAndGet()
-
-