Exemple #1
0
 private void Show()
 {
     UIView.Animate(0.2, 0.0, UIViewAnimationOptions.AllowUserInteraction, () =>
     {
         SetNotificationContainerY(+64);
     },
                    () =>
     {
         _timer.Start();
         NotificationShown?.Invoke();
     });
 }
 protected virtual void OnNotificationShown()
 {
     NotificationShown?.Invoke(this, EventArgs.Empty);
 }