80 lines
2.0 KiB
Smali
80 lines
2.0 KiB
Smali
.class public Lcom/tencent/mm/opensdk/modelpay/PayReq$Options;
|
|
.super Ljava/lang/Object;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/tencent/mm/opensdk/modelpay/PayReq;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x9
|
|
name = "Options"
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final INVALID_FLAGS:I = -0x1
|
|
|
|
|
|
# instance fields
|
|
.field public callbackClassName:Ljava/lang/String;
|
|
|
|
.field public callbackFlags:I
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 1
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
const/4 v0, -0x1
|
|
|
|
iput v0, p0, Lcom/tencent/mm/opensdk/modelpay/PayReq$Options;->callbackFlags:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public fromBundle(Landroid/os/Bundle;)V
|
|
.locals 1
|
|
|
|
const-string v0, "_wxapi_payoptions_callback_classname"
|
|
|
|
invoke-static {p1, v0}, Lcom/tencent/mm/opensdk/utils/a;->b(Landroid/os/Bundle;Ljava/lang/String;)Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Lcom/tencent/mm/opensdk/modelpay/PayReq$Options;->callbackClassName:Ljava/lang/String;
|
|
|
|
const-string v0, "_wxapi_payoptions_callback_flags"
|
|
|
|
invoke-static {p1, v0}, Lcom/tencent/mm/opensdk/utils/a;->a(Landroid/os/Bundle;Ljava/lang/String;)I
|
|
|
|
move-result p1
|
|
|
|
iput p1, p0, Lcom/tencent/mm/opensdk/modelpay/PayReq$Options;->callbackFlags:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public toBundle(Landroid/os/Bundle;)V
|
|
.locals 2
|
|
|
|
const-string v0, "_wxapi_payoptions_callback_classname"
|
|
|
|
iget-object v1, p0, Lcom/tencent/mm/opensdk/modelpay/PayReq$Options;->callbackClassName:Ljava/lang/String;
|
|
|
|
invoke-virtual {p1, v0, v1}, Landroid/os/Bundle;->putString(Ljava/lang/String;Ljava/lang/String;)V
|
|
|
|
const-string v0, "_wxapi_payoptions_callback_flags"
|
|
|
|
iget v1, p0, Lcom/tencent/mm/opensdk/modelpay/PayReq$Options;->callbackFlags:I
|
|
|
|
invoke-virtual {p1, v0, v1}, Landroid/os/Bundle;->putInt(Ljava/lang/String;I)V
|
|
|
|
return-void
|
|
.end method
|