LikeDialogFeature.smali
.class public final enum Lcom/facebook/share/internal/LikeDialogFeature;
.super Ljava/lang/Enum;
.source "LikeDialogFeature.java"
# interfaces
.implements Lcom/facebook/internal/DialogFeature;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lcom/facebook/share/internal/LikeDialogFeature;",
">;",
"Lcom/facebook/internal/DialogFeature;"
}
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# static fields
.field private static final synthetic $VALUES:[Lcom/facebook/share/internal/LikeDialogFeature;
.field public static final enum LIKE_DIALOG:Lcom/facebook/share/internal/LikeDialogFeature;
# instance fields
.field private minVersion:I
# direct methods
.method static constructor <clinit>()V
.registers 4
.line 39
new-instance v0, Lcom/facebook/share/internal/LikeDialogFeature;
const-string v1, "LIKE_DIALOG"
const/4 v2, 0x0
const v3, 0x133529d
invoke-direct {v0, v1, v2, v3}, Lcom/facebook/share/internal/LikeDialogFeature;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/facebook/share/internal/LikeDialogFeature;->LIKE_DIALOG:Lcom/facebook/share/internal/LikeDialogFeature;
const/4 v1, 0x1
new-array v1, v1, [Lcom/facebook/share/internal/LikeDialogFeature;
aput-object v0, v1, v2
.line 35
sput-object v1, Lcom/facebook/share/internal/LikeDialogFeature;->$VALUES:[Lcom/facebook/share/internal/LikeDialogFeature;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;II)V
.registers 4
.annotation system Ldalvik/annotation/Signature;
value = {
"(I)V"
}
.end annotation
.line 43
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
.line 44
iput p3, p0, Lcom/facebook/share/internal/LikeDialogFeature;->minVersion:I
return-void
.end method
.method public static valueOf(Ljava/lang/String;)Lcom/facebook/share/internal/LikeDialogFeature;
.registers 2
.line 35
const-class v0, Lcom/facebook/share/internal/LikeDialogFeature;
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lcom/facebook/share/internal/LikeDialogFeature;
return-object p0
.end method
.method public static values()[Lcom/facebook/share/internal/LikeDialogFeature;
.registers 1
.line 35
sget-object v0, Lcom/facebook/share/internal/LikeDialogFeature;->$VALUES:[Lcom/facebook/share/internal/LikeDialogFeature;
invoke-virtual {v0}, [Lcom/facebook/share/internal/LikeDialogFeature;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lcom/facebook/share/internal/LikeDialogFeature;
return-object v0
.end method
# virtual methods
.method public getAction()Ljava/lang/String;
.registers 2
const-string v0, "com.facebook.platform.action.request.LIKE_DIALOG"
return-object v0
.end method
.method public getMinVersion()I
.registers 2
.line 52
iget v0, p0, Lcom/facebook/share/internal/LikeDialogFeature;->minVersion:I
return v0
.end method