【发布时间】:2023-03-08 06:03:01
【问题描述】:
当我收到通知并在徽章上或从通知中心顶部收到通知时,应用程序将打开,并在 App.xaml.cs 文件中显示 OnLaunched(LaunchActivatedEventArgs e)。我从e.Arguments 中获取论点,然后做任何我想做的事情。
当我收到通知并且我在应用程序中(在前台)时,有没有办法获取这些参数?
【问题讨论】:
标签: c# notifications push-notification windows-phone-8.1 windows-8.1