Weather/smali/com/igexin/sdk/IPushCore.smali
2021-05-10 10:13:34 +02:00

47 lines
1.3 KiB
Smali

.class public interface abstract Lcom/igexin/sdk/IPushCore;
.super Ljava/lang/Object;
# virtual methods
.method public abstract onActivityConfigurationChanged(Landroid/app/Activity;Landroid/content/res/Configuration;)V
.end method
.method public abstract onActivityCreateOptionsMenu(Landroid/app/Activity;Landroid/view/Menu;)Z
.end method
.method public abstract onActivityDestroy(Landroid/app/Activity;)V
.end method
.method public abstract onActivityKeyDown(Landroid/app/Activity;ILandroid/view/KeyEvent;)Z
.end method
.method public abstract onActivityNewIntent(Landroid/app/Activity;Landroid/content/Intent;)V
.end method
.method public abstract onActivityPause(Landroid/app/Activity;)V
.end method
.method public abstract onActivityRestart(Landroid/app/Activity;)V
.end method
.method public abstract onActivityResume(Landroid/app/Activity;)V
.end method
.method public abstract onActivityStart(Landroid/app/Activity;Landroid/content/Intent;)V
.end method
.method public abstract onActivityStop(Landroid/app/Activity;)V
.end method
.method public abstract onServiceBind(Landroid/content/Intent;)Landroid/os/IBinder;
.end method
.method public abstract onServiceDestroy()V
.end method
.method public abstract onServiceStartCommand(Landroid/content/Intent;II)I
.end method
.method public abstract start(Landroid/content/Context;)Z
.end method