Rabbit-R1/android (non root)/java/sources/io/sentry/hints/DiskFlushNotification.java

13 lines
250 B
Java
Raw Normal View History

2024-05-21 21:08:36 +00:00
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);
}