我把通知添加到我的和roid。 当系统一级通知遭到挫折和点击时,该信开启了通知函,以显示从服务器中检索的相关信息。
Using the following code within MainActivity.cs during the OnNewIntent setup, the app navigates back to the AllNotificationsView (which is a tab in the shell) when the user presses the back button from the detail view. Fantastic.
Shell.Current.GoToAsync($"/{nameof(AllNotificationsPage)}/{nameof(NotificationPage)}", true,
new Dictionary<string, object>
{
["Notification"] = notification
}
);
在这种情形下,当这两种观点都开放时,我像壳牌通知一样,要强调。
我想, docs page将有助于我指出,但 app看看看看看上去有关表格的名称。
Shell.Current.CurrentItem = allNotifications;
Any help or pointers in the right direction would be appreciated.