package io.flutter.plugins.webviewflutter;

import io.flutter.plugin.common.BasicMessageChannel;
import io.flutter.plugins.webviewflutter.PigeonApiAndroidMessage;
import io.flutter.plugins.webviewflutter.PigeonApiCertificate;
import io.flutter.plugins.webviewflutter.PigeonApiCustomViewCallback;
import io.flutter.plugins.webviewflutter.PigeonApiDownloadListener;
import io.flutter.plugins.webviewflutter.PigeonApiGeolocationPermissionsCallback;
import io.flutter.plugins.webviewflutter.PigeonApiJavaScriptChannel;
import io.flutter.plugins.webviewflutter.PigeonApiWebSettingsCompat;
import io.flutter.plugins.webviewflutter.PigeonApiWebViewFeature;

/* JADX INFO: loaded from: classes.dex */
public final /* synthetic */ class i implements BasicMessageChannel.MessageHandler {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ int f6821a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ Object f6822b;

    public /* synthetic */ i(int i, Object obj) {
        this.f6821a = i;
        this.f6822b = obj;
    }

    @Override // io.flutter.plugin.common.BasicMessageChannel.MessageHandler
    public final void onMessage(Object obj, BasicMessageChannel.Reply reply) {
        switch (this.f6821a) {
            case 0:
                PigeonApiAndroidMessage.Companion.setUpMessageHandlers$lambda$1$lambda$0((PigeonApiAndroidMessage) this.f6822b, obj, reply);
                break;
            case 1:
                PigeonApiCertificate.Companion.setUpMessageHandlers$lambda$1$lambda$0((PigeonApiCertificate) this.f6822b, obj, reply);
                break;
            case 2:
                PigeonApiCustomViewCallback.Companion.setUpMessageHandlers$lambda$1$lambda$0((PigeonApiCustomViewCallback) this.f6822b, obj, reply);
                break;
            case 3:
                PigeonApiDownloadListener.Companion.setUpMessageHandlers$lambda$1$lambda$0((PigeonApiDownloadListener) this.f6822b, obj, reply);
                break;
            case 4:
                PigeonApiGeolocationPermissionsCallback.Companion.setUpMessageHandlers$lambda$1$lambda$0((PigeonApiGeolocationPermissionsCallback) this.f6822b, obj, reply);
                break;
            case 5:
                PigeonApiJavaScriptChannel.Companion.setUpMessageHandlers$lambda$1$lambda$0((PigeonApiJavaScriptChannel) this.f6822b, obj, reply);
                break;
            case 6:
                PigeonApiWebSettingsCompat.Companion.setUpMessageHandlers$lambda$1$lambda$0((PigeonApiWebSettingsCompat) this.f6822b, obj, reply);
                break;
            default:
                PigeonApiWebViewFeature.Companion.setUpMessageHandlers$lambda$1$lambda$0((PigeonApiWebViewFeature) this.f6822b, obj, reply);
                break;
        }
    }
}
