XamarinMediaManager RemoteControlReceived在最新版本0.6.9中丢失

时间:2019-07-03 04:22:57

标签: xamarin xamarin.forms xamarin.ios

我的xamarin表单项目有问题,该项目正在使用nuget包XamarinMediaManager,并且在旧版本(0.4.5)中, UIevent正在传递给MediaManager,类似于ff代码:

    public override void RemoteControlReceived(UIEvent uiEvent)
    {
        MediaManager.MediaRemoteControl.RemoteControlReceived(uiEvent);
    }

但是,在我将nuget更新到最新版本(0.6.9)之后,由于缺少MediaRemoteControl属性,出现了编译错误。 已经访问了nuget的readme.md,但没有任何帮助。

希望这里有人可以帮助我。提前致谢! :)

0 个答案:

没有答案