IAccountManager.smali
.class public interface abstract Lcom/sandboxol/center/IAccountManager;
.super Ljava/lang/Object;
.source "IAccountManager.java"
# virtual methods
.method public abstract getTipsEmailDomainFetched(Landroid/content/Context;Lcom/sandboxol/greendao/entity/User;Lrx/functions/Action0;)V
.end method
.method public abstract onAuthTokenWithDomainFetched(Landroid/content/Context;Lcom/sandboxol/common/entity/AuthTokenResponse;Lrx/functions/Action0;)V
.end method
.method public abstract onLoginFinish(Landroid/content/Context;Lcom/sandboxol/center/entity/LoginRegisterAccountForm;Lcom/sandboxol/greendao/entity/User;)V
.end method
.method public abstract onNewAccountCreated(Lcom/sandboxol/common/entity/AuthTokenResponse;Lrx/functions/Action0;)V
.end method
.method public abstract onRegisterFinish(Landroid/content/Context;Lcom/sandboxol/greendao/entity/User;)V
.end method
.method public abstract onUnLoginFinish()V
.end method
.method public abstract onUpdateAccount(Landroid/content/Context;Lcom/sandboxol/greendao/entity/User;)V
.end method
.method public abstract onUserWithDomainFetched(Landroid/content/Context;Lcom/sandboxol/greendao/entity/User;Lrx/functions/Action0;)V
.end method