标签: c# android uwp nsnotificationcenter localbroadcastmanager
在UWP c#应用程序中,如何将消息从一个对象发送到另一个对象?这没有创建特定的参数或方法。
我正在考虑使用消息总线,但我没有为UWP C#app找到任何东西。
在iOS应用程序中,我使用了https://gist.github.com/hollance/3121457 在Android应用程序中,我使用了LocalBroadcastManager。
是否存在允许我在UWP应用程序中执行相同操作的本机API或不使用API?
答案 0 :(得分:0)
Appservices应该做到这一点: https://docs.microsoft.com/en-us/windows/uwp/launch-resume/how-to-create-and-consume-an-app-service