package i0; import androidx.core.app.NotificationCompat; import d0.k; import d0.l; import d0.z.d.m; import kotlinx.coroutines.CancellableContinuation; import retrofit2.Response; /* compiled from: KotlinExtensions.kt */ public final class o implements f { public final /* synthetic */ CancellableContinuation a; public o(CancellableContinuation cancellableContinuation) { this.a = cancellableContinuation; } @Override // i0.f public void a(d dVar, Throwable th) { m.checkParameterIsNotNull(dVar, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(th, "t"); CancellableContinuation cancellableContinuation = this.a; k.a aVar = k.i; cancellableContinuation.resumeWith(k.m72constructorimpl(l.createFailure(th))); } @Override // i0.f public void b(d dVar, Response response) { m.checkParameterIsNotNull(dVar, NotificationCompat.CATEGORY_CALL); m.checkParameterIsNotNull(response, "response"); CancellableContinuation cancellableContinuation = this.a; k.a aVar = k.i; cancellableContinuation.resumeWith(k.m72constructorimpl(response)); } }