ISAccountManager.smali
.class public interface abstract Lcom/baidu/sapi2/service/interfaces/ISAccountManager;
.super Ljava/lang/Object;
.source "ISAccountManager.java"
# virtual methods
.method public abstract getConfignation()Lcom/baidu/sapi2/SapiConfiguration;
.end method
.method public abstract getCurrentZid(Landroid/content/Context;)Ljava/lang/String;
.end method
.method public abstract getDeviceAuthToken(Landroid/content/Context;Ljava/lang/String;I)Ljava/lang/String;
.end method
.method public abstract getIsAccountService()Lcom/baidu/sapi2/service/interfaces/ISAccountService;
.end method
.method public abstract getSession()Lcom/baidu/sapi2/SapiAccount;
.end method
.method public abstract getShareAccounts()Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List",
"<",
"Lcom/baidu/sapi2/SapiAccount;",
">;"
}
.end annotation
.end method
.method public abstract getVersionName()Ljava/lang/String;
.end method
.method public abstract getZidAndCheckSafe(Landroid/content/Context;Ljava/lang/String;I)Ljava/lang/String;
.end method
.method public abstract invalidate(Lcom/baidu/sapi2/SapiAccount;)V
.end method
.method public abstract validate(Lcom/baidu/sapi2/passhost/pluginsdk/service/ISapiAccount;)Z
.end method