public static IntPtr CreateJavaProxy (AndroidJavaProxy proxy);

参数

proxyJava 接口在 c# 中的实现。

描述

创建一个连接至所提供的代理实现的 java 代理对象。

另请参阅:AndroidJavaProxy