Rabbit-R1/android (non root)/java/sources/io/sentry/hints/DiskFlushNotification.java
2024-05-21 17:08:36 -04:00

12 lines
250 B
Java

package io.sentry.hints;
import io.sentry.protocol.SentryId;
/* loaded from: classes3.dex */
public interface DiskFlushNotification {
boolean isFlushable(SentryId sentryId);
void markFlushed();
void setFlushable(SentryId sentryId);
}