Exemplo n.º 1
0
 /// <summary>
 /// Clear all notifications buttin action
 /// </summary>
 public void clearAll()
 {
     AndroidNotifications.clearAll();
     AndroidNotifications.showToast("All cleared");
 }
 public static void ClearLocalNotifications()
 {
     AndroidNotifications.clearAll();
 }