I trying to use ShellToast as analog of the Android toast notification (without redirect). In one of examples:
new ShellToast(){
Content = "HerContent",
Title = "MyTitle",
NavigationUri = new Uri("/Tits.xaml?size=" + 4, UriKind.Relative)
}.Show();
Looks good.
But the toast will not be showed in my emulator. My code is wrong, or it’s problem of emulation? The emulator runs in a restricted mode: my graphics card is old
You can show
ShellToastonly fromBackground Agent. If you trying to show it from foreground app, use Coding4FunToastPromptcontrol for this