コード例 #1
0
ファイル: NotificationManager.cs プロジェクト: akil03/bx
 public void RemoveAllDeliveredNotifications()
 {
     Notifications.ClearAllDeliveredNotifications();
     NativeUI.Alert("Alert", "Cleared all shown notifications of this app.");
 }
コード例 #2
0
 public override void OnEnter()
 {
     Notifications.ClearAllDeliveredNotifications();
     Finish();
 }