Files
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

39 lines
968 B
Smali

.class public interface abstract Lcom/mbridge/msdk/playercommon/exoplayer2/util/HandlerWrapper;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract getLooper()Landroid/os/Looper;
.end method
.method public abstract obtainMessage(I)Landroid/os/Message;
.end method
.method public abstract obtainMessage(III)Landroid/os/Message;
.end method
.method public abstract obtainMessage(IIILjava/lang/Object;)Landroid/os/Message;
.end method
.method public abstract obtainMessage(ILjava/lang/Object;)Landroid/os/Message;
.end method
.method public abstract post(Ljava/lang/Runnable;)Z
.end method
.method public abstract postDelayed(Ljava/lang/Runnable;J)Z
.end method
.method public abstract removeCallbacksAndMessages(Ljava/lang/Object;)V
.end method
.method public abstract removeMessages(I)V
.end method
.method public abstract sendEmptyMessage(I)Z
.end method
.method public abstract sendEmptyMessageAtTime(IJ)Z
.end method