随着持续时间和模式而振动

随着持续时间和模式而振动,第1张

随着持续时间和模式而振动

我的解决方法如下。

统一:

        using (AndroidJavaClass pluginClass = new AndroidJavaClass("com.xx.ultimatemobile.Brid"))        { if (pluginClass != null) {     Brid = pluginClass.CallStatic<AndroidJavaObject>("instance");     Brid.Call("setContext", context);     context.Call("runOnUiThread", new AndroidJavaRunnable(() =>     {         Brid.Call("Vibrate");     })); }        }

另外,我在1分钟之前找到了Manifest.xml文件示例。现在,该插件正在运行。



欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5104112.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-11-17
下一篇 2022-11-17

发表评论

登录后才能评论

评论列表(0条)

保存