14 lines
412 B
Java
14 lines
412 B
Java
package org.chromium.support_lib_boundary;
|
|
|
|
import android.net.Uri;
|
|
import java.lang.reflect.InvocationHandler;
|
|
|
|
/* loaded from: classes6.dex */
|
|
public interface WebViewProviderBoundaryInterface {
|
|
InvocationHandler[] createWebMessageChannel();
|
|
|
|
void insertVisualStateCallback(long j, InvocationHandler invocationHandler);
|
|
|
|
void postMessageToMainFrame(InvocationHandler invocationHandler, Uri uri);
|
|
}
|