apkfuckery/com.discord/smali/androidx/work/impl/foreground/SystemForegroundDispatcher$Callback.smali
2020-07-08 16:44:49 +00:00

36 lines
1,003 B
Smali

.class public interface abstract Landroidx/work/impl/foreground/SystemForegroundDispatcher$Callback;
.super Ljava/lang/Object;
.source "SystemForegroundDispatcher.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/work/impl/foreground/SystemForegroundDispatcher;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "Callback"
.end annotation
# virtual methods
.method public abstract cancelNotification(I)V
.end method
.method public abstract notify(ILandroid/app/Notification;)V
.param p2 # Landroid/app/Notification;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract startForeground(IILandroid/app/Notification;)V
.param p3 # Landroid/app/Notification;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract stop()V
.end method