/// <summary>
 /// Discards all the received notifications.
 /// </summary>
 public void ClearNotifications()
 {
     m_platform.ClearNotifications();
 }