- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
18 lines
608 B
Java
18 lines
608 B
Java
package com.iab.omid.library.mmadbridge.utils;
|
|
|
|
import android.webkit.WebView;
|
|
import androidx.annotation.NonNull;
|
|
import androidx.webkit.WebViewCompat;
|
|
import java.util.Set;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public class i {
|
|
public void a(@NonNull WebView webView, @NonNull String str) {
|
|
WebViewCompat.removeWebMessageListener(webView, str);
|
|
}
|
|
|
|
public void a(@NonNull WebView webView, @NonNull String str, @NonNull Set<String> set, @NonNull WebViewCompat.WebMessageListener webMessageListener) {
|
|
WebViewCompat.addWebMessageListener(webView, str, set, webMessageListener);
|
|
}
|
|
}
|