Exemple #1
0
 public void TriggerNotification(BubbleNotification notification)
 {
     AppShell.GetForCurrentView().TriggerBubbleNotification(notification);
 }
Exemple #2
0
 //TODO (future work) Martin: Move to a separate control along with the UI
 /// <summary>
 /// Add this to a server when SFX is merged in.
 /// </summary>
 /// <param name="notification">The notification.</param>
 public void TriggerBubbleNotification(BubbleNotification notification)
 {
     BubbleNotifications.Add(notification);
     notification.FirstAppeared = DateTime.Now;
 }