io.sentry.clientreport.IClientReportStorage Maven / Gradle / Ivy
package io.sentry.clientreport;
import java.util.List;
import org.jetbrains.annotations.ApiStatus;
@ApiStatus.Internal
public interface IClientReportStorage {
void addCount(ClientReportKey key, Long count);
List resetCountsAndGet();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy