// 
// Decompiled by Procyon v0.6.0
// 

package io.sentry.hints;

import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import io.sentry.protocol.SentryId;

public interface DiskFlushNotification
{
    void markFlushed();
    
    boolean isFlushable(@Nullable final SentryId p0);
    
    void setFlushable(@NotNull final SentryId p0);
}
