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

package io.sentry;

import org.jetbrains.annotations.ApiStatus;

@ApiStatus.Experimental
public enum ScreenshotStrategyType
{
    CANVAS, 
    PIXEL_COPY;
}
