AGENT.Contrib.Face.FaceWithTrayBase.notificationProvider_OnNotificationReceived C# (CSharp) Method

notificationProvider_OnNotificationReceived() private method

private notificationProvider_OnNotificationReceived ( INotification notification ) : void
notification INotification
return void
        private void notificationProvider_OnNotificationReceived(INotification notification)
        {
            if (_screen != null)
            {
                _screen.Clear();           
                Render(_screen);
                _screen.Flush();
            }            
        }