package com.unity3d.ads.adplayer; import android.webkit.WebView; import com.unity3d.ads.adplayer.DisplayMessage; import java.util.Map; import kotlin.ResultKt; import kotlin.Unit; import kotlin.coroutines.Continuation; import kotlin.coroutines.intrinsics.IntrinsicsKt__IntrinsicsKt; import kotlin.coroutines.jvm.internal.DebugMetadata; import kotlin.coroutines.jvm.internal.SuspendLambda; import kotlin.jvm.functions.Function2; import kotlinx.coroutines.CoroutineScope; import kotlinx.coroutines.flow.MutableSharedFlow; @DebugMetadata(c = "com.unity3d.ads.adplayer.FullScreenWebViewDisplay$loadWebView$1", f = "FullScreenWebViewDisplay.kt", l = {62}, m = "invokeSuspend") /* loaded from: classes4.dex */ public final class FullScreenWebViewDisplay$loadWebView$1 extends SuspendLambda implements Function2 { final /* synthetic */ WebView $webView; int label; final /* synthetic */ FullScreenWebViewDisplay this$0; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public FullScreenWebViewDisplay$loadWebView$1(FullScreenWebViewDisplay fullScreenWebViewDisplay, WebView webView, Continuation continuation) { super(2, continuation); this.this$0 = fullScreenWebViewDisplay; this.$webView = webView; } @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl public final Continuation create(Object obj, Continuation continuation) { return new FullScreenWebViewDisplay$loadWebView$1(this.this$0, this.$webView, continuation); } @Override // kotlin.jvm.functions.Function2 public final Object invoke(CoroutineScope coroutineScope, Continuation continuation) { return ((FullScreenWebViewDisplay$loadWebView$1) create(coroutineScope, continuation)).invokeSuspend(Unit.INSTANCE); } @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl public final Object invokeSuspend(Object obj) { Object coroutine_suspended; String str; Map map; coroutine_suspended = IntrinsicsKt__IntrinsicsKt.getCOROUTINE_SUSPENDED(); int i = this.label; if (i == 0) { ResultKt.throwOnFailure(obj); this.this$0.setContentView(this.$webView); MutableSharedFlow displayMessages = AndroidFullscreenWebViewAdPlayer.Companion.getDisplayMessages(); str = this.this$0.opportunityId; map = this.this$0.showOptions; DisplayMessage.DisplayReady displayReady = new DisplayMessage.DisplayReady(str, map); this.label = 1; if (displayMessages.emit(displayReady, this) == coroutine_suspended) { return coroutine_suspended; } } else { if (i != 1) { throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine"); } ResultKt.throwOnFailure(obj); } return Unit.INSTANCE; } }