示例#1
0
 public void RemoveAllDeliveredNotifications()
 {
     Notifications.ClearAllDeliveredNotifications();
     NativeUI.Alert("Alert", "Cleared all shown notifications of this app.");
 }
 public override void OnEnter()
 {
     Notifications.ClearAllDeliveredNotifications();
     Finish();
 }