Files
rr3-apk/smali_classes4/com/mbridge/msdk/playercommon/exoplayer2/scheduler/Scheduler.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

16 lines
420 B
Smali

.class public interface abstract Lcom/mbridge/msdk/playercommon/exoplayer2/scheduler/Scheduler;
.super Ljava/lang/Object;
.source "SourceFile"
# static fields
.field public static final DEBUG:Z = false
# virtual methods
.method public abstract cancel()Z
.end method
.method public abstract schedule(Lcom/mbridge/msdk/playercommon/exoplayer2/scheduler/Requirements;Ljava/lang/String;Ljava/lang/String;)Z
.end method