package com.discord.media_picker; import kotlin.NoWhenBranchMatchedException; import kotlin.jvm.internal.DefaultConstructorMarker; /* compiled from: RequestType.kt */ public enum RequestType { CAMERA, GALLERY, DOCUMENTS, CROP, CHOOSER; public static final a Companion = new a(null); /* compiled from: RequestType.kt */ public static final class a { public a(DefaultConstructorMarker defaultConstructorMarker) { } } public final int getCode$media_picker_release() { int ordinal = ordinal(); if (ordinal == 0) { return 777; } if (ordinal == 1) { return 778; } if (ordinal == 2) { return 779; } if (ordinal == 3) { return 800; } if (ordinal == 4) { return 801; } throw new NoWhenBranchMatchedException(); } }