84 lines
2.0 KiB
Smali
84 lines
2.0 KiB
Smali
.class public Lcom/ea/nimble/bridge/IdentityMigrationAuthenticationConductor;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/ea/nimble/identity/INimbleIdentityMigrationAuthenticationConductor;
|
|
|
|
|
|
# instance fields
|
|
.field private m_id:I
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(I)V
|
|
.locals 0
|
|
|
|
.line 13
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput p1, p0, Lcom/ea/nimble/bridge/IdentityMigrationAuthenticationConductor;->m_id:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public finalize()V
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/ea/nimble/bridge/IdentityMigrationAuthenticationConductor;->m_id:I
|
|
|
|
.line 38
|
|
invoke-static {v0}, Lcom/ea/nimble/bridge/BaseNativeCallback;->nativeFinalize(I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public handleLogin(Lcom/ea/nimble/identity/INimbleIdentityMigrationLoginResolver;)V
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/ea/nimble/bridge/IdentityMigrationAuthenticationConductor;->m_id:I
|
|
|
|
filled-new-array {p1}, [Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
.line 20
|
|
invoke-static {v0, p1}, Lcom/ea/nimble/bridge/BaseNativeCallback;->sendNativeCallback(I[Ljava/lang/Object;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public handleLogout()V
|
|
.locals 2
|
|
|
|
iget v0, p0, Lcom/ea/nimble/bridge/IdentityMigrationAuthenticationConductor;->m_id:I
|
|
|
|
const/4 v1, 0x0
|
|
|
|
new-array v1, v1, [Ljava/lang/Object;
|
|
|
|
.line 26
|
|
invoke-static {v0, v1}, Lcom/ea/nimble/bridge/BaseNativeCallback;->sendNativeCallback(I[Ljava/lang/Object;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public handlePendingMigration(Lcom/ea/nimble/identity/INimbleIdentityPendingMigrationResolver;)V
|
|
.locals 2
|
|
|
|
iget v0, p0, Lcom/ea/nimble/bridge/IdentityMigrationAuthenticationConductor;->m_id:I
|
|
|
|
const/4 v1, 0x0
|
|
|
|
filled-new-array {p1, v1}, [Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
.line 32
|
|
invoke-static {v0, p1}, Lcom/ea/nimble/bridge/BaseNativeCallback;->sendNativeCallback(I[Ljava/lang/Object;)V
|
|
|
|
return-void
|
|
.end method
|