IPluginManager.smali

.class public interface abstract Lcom/dianxinos/optimizer/pluginv2/api/IPluginManager;
.super Ljava/lang/Object;
.source "IPluginManager.java"


# virtual methods
.method public abstract createPluginActivityContext(Ljava/lang/String;Landroid/content/Context;I)Landroid/content/Context;
.end method

.method public abstract getHostStubActivityIntent(Landroid/content/Intent;)Landroid/content/Intent;
.end method

.method public abstract getHostStubServiceIntent(Landroid/content/Intent;Ljava/lang/String;)Landroid/content/Intent;
.end method

.method public abstract getPluginActivityTheme(Ljava/lang/String;Ljava/lang/String;)I
.end method

.method public abstract getPluginComponentInfo(Ljava/lang/String;)Landroid/content/pm/ComponentInfo;
.end method

.method public abstract getPluginObject(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "<T:",
            "Ljava/lang/Object;",
            ">(",
            "Ljava/lang/String;",
            "Ljava/lang/String;",
            "Ljava/lang/Class",
            "<TT;>;)TT;"
        }
    .end annotation
.end method

.method public abstract onPluginActivityCreate(Ljava/lang/String;Ljava/lang/String;)V
.end method

.method public abstract onPluginActivityDestroy(Ljava/lang/String;Ljava/lang/String;)V
.end method

.method public abstract onPluginActivityPause(Ljava/lang/String;Ljava/lang/String;)V
.end method

.method public abstract onPluginActivityResume(Ljava/lang/String;Ljava/lang/String;)V
.end method