mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-28 18:12:31 -06:00
8 lines
157 B
Java
8 lines
157 B
Java
package io.sentry.backpressure;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public interface IBackpressureMonitor {
|
|
int getDownsampleFactor();
|
|
|
|
void start();
|
|
}
|