예제 #1
0
 internal static void SendNotification(String _text, int _timeout)
 {
     MPNotificationBar.Notification notification = new MPNotificationBar.Notification(111, _text, MPNotificationBar.NotificationBarManager.Types.Information);
     notification.SecondsToLive = _timeout;
     notification.ShowInFullScreen = true;
     MPNotificationBar.NotificationBarManager.AddNotification(notification);
 }
 internal static void SendNotification(String _text, int _timeout)
 {
     MPNotificationBar.Notification notification = new MPNotificationBar.Notification(111, _text, MPNotificationBar.NotificationBarManager.Types.Information);
     notification.SecondsToLive    = _timeout;
     notification.ShowInFullScreen = true;
     MPNotificationBar.NotificationBarManager.AddNotification(notification);
 }