RNCWebViewModule$c.smali

.class public final enum Lcom/reactnativecommunity/webview/RNCWebViewModule$c;
.super Ljava/lang/Enum;
.source "SourceFile"


# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
    value = Lcom/reactnativecommunity/webview/RNCWebViewModule;
.end annotation

.annotation system Ldalvik/annotation/InnerClass;
    accessFlags = 0x4019
    name = "c"
.end annotation

.annotation system Ldalvik/annotation/Signature;
    value = {
        "Ljava/lang/Enum<",
        "Lcom/reactnativecommunity/webview/RNCWebViewModule$c;",
        ">;"
    }
.end annotation


# static fields
.field private static final synthetic $VALUES:[Lcom/reactnativecommunity/webview/RNCWebViewModule$c;

.field public static final enum DEFAULT:Lcom/reactnativecommunity/webview/RNCWebViewModule$c;

.field public static final enum IMAGE:Lcom/reactnativecommunity/webview/RNCWebViewModule$c;

.field public static final enum VIDEO:Lcom/reactnativecommunity/webview/RNCWebViewModule$c;


# instance fields
.field private final value:Ljava/lang/String;


# direct methods
.method public static constructor <clinit>()V
    .registers 8

    .line 1
    new-instance v0, Lcom/reactnativecommunity/webview/RNCWebViewModule$c;

    const-string v1, "DEFAULT"

    const/4 v2, 0x0

    const-string v3, "*/*"

    invoke-direct {v0, v1, v2, v3}, Lcom/reactnativecommunity/webview/RNCWebViewModule$c;-><init>(Ljava/lang/String;ILjava/lang/String;)V

    sput-object v0, Lcom/reactnativecommunity/webview/RNCWebViewModule$c;->DEFAULT:Lcom/reactnativecommunity/webview/RNCWebViewModule$c;

    .line 2
    new-instance v1, Lcom/reactnativecommunity/webview/RNCWebViewModule$c;

    const-string v3, "IMAGE"

    const/4 v4, 0x1

    const-string v5, "image"

    invoke-direct {v1, v3, v4, v5}, Lcom/reactnativecommunity/webview/RNCWebViewModule$c;-><init>(Ljava/lang/String;ILjava/lang/String;)V

    sput-object v1, Lcom/reactnativecommunity/webview/RNCWebViewModule$c;->IMAGE:Lcom/reactnativecommunity/webview/RNCWebViewModule$c;

    .line 3
    new-instance v3, Lcom/reactnativecommunity/webview/RNCWebViewModule$c;

    const-string v5, "VIDEO"

    const/4 v6, 0x2

    const-string v7, "video"

    invoke-direct {v3, v5, v6, v7}, Lcom/reactnativecommunity/webview/RNCWebViewModule$c;-><init>(Ljava/lang/String;ILjava/lang/String;)V

    sput-object v3, Lcom/reactnativecommunity/webview/RNCWebViewModule$c;->VIDEO:Lcom/reactnativecommunity/webview/RNCWebViewModule$c;

    const/4 v5, 0x3

    new-array v5, v5, [Lcom/reactnativecommunity/webview/RNCWebViewModule$c;

    aput-object v0, v5, v2

    aput-object v1, v5, v4

    aput-object v3, v5, v6

    .line 4
    sput-object v5, Lcom/reactnativecommunity/webview/RNCWebViewModule$c;->$VALUES:[Lcom/reactnativecommunity/webview/RNCWebViewModule$c;

    return-void
.end method

.method private constructor <init>(Ljava/lang/String;ILjava/lang/String;)V
    .registers 4
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Ljava/lang/String;",
            ")V"
        }
    .end annotation

    .line 1
    invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V

    .line 2
    iput-object p3, p0, Lcom/reactnativecommunity/webview/RNCWebViewModule$c;->value:Ljava/lang/String;

    return-void
.end method

.method public static synthetic access$200(Lcom/reactnativecommunity/webview/RNCWebViewModule$c;)Ljava/lang/String;
    .registers 1

    iget-object p0, p0, Lcom/reactnativecommunity/webview/RNCWebViewModule$c;->value:Ljava/lang/String;

    return-object p0
.end method

.method public static valueOf(Ljava/lang/String;)Lcom/reactnativecommunity/webview/RNCWebViewModule$c;
    .registers 2

    const-class v0, Lcom/reactnativecommunity/webview/RNCWebViewModule$c;

    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/reactnativecommunity/webview/RNCWebViewModule$c;

    return-object p0
.end method

.method public static values()[Lcom/reactnativecommunity/webview/RNCWebViewModule$c;
    .registers 1

    sget-object v0, Lcom/reactnativecommunity/webview/RNCWebViewModule$c;->$VALUES:[Lcom/reactnativecommunity/webview/RNCWebViewModule$c;

    invoke-virtual {v0}, [Lcom/reactnativecommunity/webview/RNCWebViewModule$c;->clone()Ljava/lang/Object;

    move-result-object v0

    check-cast v0, [Lcom/reactnativecommunity/webview/RNCWebViewModule$c;

    return-object v0
.end method