Hiding the Scheduled Toast Notification when app is running in windows store
NickName:Manickam Chidhambaram Ask DateTime:2014-04-04T17:50:10

Hiding the Scheduled Toast Notification when app is running in windows store

I am using Schedule toast notification in windows store app (C#/XAML). The toast is showed on the correct time, but i didnot find any event fired in the app simillar to OnPushNotificaiton, (which fires when push notification is received, i.e even before the toast is displayed.). my requirement is simple that i don't want to show toast when the app is running state instead want to show some flyout to display the message from toast

Copyright Notice:Content Author:「Manickam Chidhambaram」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/22859332/hiding-the-scheduled-toast-notification-when-app-is-running-in-windows-store

More about “Hiding the Scheduled Toast Notification when app is running in windows store” related questions

Hiding the Scheduled Toast Notification when app is running in windows store

I am using Schedule toast notification in windows store app (C#/XAML). The toast is showed on the correct time, but i didnot find any event fired in the app simillar to OnPushNotificaiton, (which f...

Show Detail

Toast notification, when app is not running

I write app on Windows Phone 8 with service of push notification (only toast), I have yet MSSQL Job which send pushes to my mobile app. Send data have this below format (typeId is int, which tell w...

Show Detail

Windows Phone: Is it possible to mix toast notification and scheduled alarm?

I'm new to Windows Phone development. I'm going to implement reminder App with following features: Remind every day/week/month When remind occurs display it in notifications list And I've got pro...

Show Detail

Hide close button in a scheduled toast notification in Windows 10

Toast notification have a "close button" in the upper right corner. Is there any way to either hide this button or to react to the user clicking it? The use case is this: I want to reschedule a

Show Detail

Windows Store App - Local Toast Notification

This may seem like an odd question, but is there a way to send a local toast notification from a Windows 8 Store App to the machine--and NOT show it on the screen? I have a background task that nee...

Show Detail

Toast notification in windows 8.1 app

i am facing a weird problem. I am using Windows phone 8.1 silverlight and Windows universal link for toast notification. I am able to get the toast notification in Windows Phone app it is nearly sa...

Show Detail

Windows 8 Store app WinRT local toast notification not showing

I have the following code to show a toast notification locally in a C# / XAML Windows Store app: private static void ShowToast(string message) { var toastXmlString = string.Format("<toast&gt...

Show Detail

Open Toast Notification when Reminder pops up in windows phone 8

In windows phone 8, clicking on Reminder does not navigate to your app if the phone is locked or if your App Page is opened. I was thinking if we also open a Toast Notification when the reminder po...

Show Detail

Windows Phone 7 push notification when the app is not running

I am trying to implement push notifications in windows phone 7.5 I bind the channelUri in App.xaml when the application starts up. I can then switch my app to background and receive toast notific...

Show Detail

Scheduled Toast Notification Alarm loop

I'm working with Toast and I successfully create scheduled toast that show up after specific time. But I have a problem with Audio, my goal is to make this sound in the loop unitl the user press bu...

Show Detail