BuildIt.Bot.Client.Impl.UWP.BotClientApplicationBase.OnPushNotificationReceived C# (CSharp) Method

OnPushNotificationReceived() private method

private OnPushNotificationReceived ( Windows.Networking.PushNotifications.PushNotificationChannel sender, PushNotificationReceivedEventArgs args ) : void
sender Windows.Networking.PushNotifications.PushNotificationChannel
args Windows.Networking.PushNotifications.PushNotificationReceivedEventArgs
return void
        private void OnPushNotificationReceived(PushNotificationChannel sender, PushNotificationReceivedEventArgs args)
        {
            args.Cancel = true;
        }