notifications Questions

2

Solved

I know how to mute notifications on a per-channel basis, and how to change what triggers notifications on a per-channel basis in Slack. But best I can tell, there is no way to set a unique notifica...
Typhoid asked 24/8, 2021 at 14:56

3

Solved

Is it possible to listen/observe for new notifications macOS receives? I mean like when a new iMessage or a Slack message is received (so basically everything that causes NotificationCenter to dis...
Petiolate asked 9/8, 2017 at 14:28

4

Solved

I want setting up a custom sound for my local notification in the Android side. I created a raw folder in the res folder of Android project. This is the part of my code which I put my alarm.mp3 f...
Seashore asked 17/1, 2020 at 8:50

3

Solved

I'm looking to stop/dismiss a foreground notification for a service for a mediaplayer, much similar to Google's implementation for Google Music. For instance in Google Music, if you are playing m...

1

Starting from android 12 , starting activity from BroadcastReceiver and services is not possible anymore, according to the documentation this is called Notification trampoline restrictions and now ...

5

Solved

Is it possible to add a notification in windows using python? Like a notification box with some information about an update or something In windows if you didn't already figure that by this pictur...
Meniscus asked 25/9, 2012 at 3:12

2

Solved

I'd like to change the presence state in an App automatically to DND when Focus Assist is turned on. So two questions basically: Is it possible to check Focus Assist state through e.g. Windows 10 ...
Standin asked 21/11, 2018 at 7:47

2

I changed my IDE Eclipse to IntelliJ and everything is good except one thing. I use hotswap by adding springboot dependency. <dependency> <groupId>org.springframework.boot</groupId...
Beaton asked 4/2, 2020 at 8:42

4

Solved

Google has its clock app, which includes its stopwatch. I'm currently trying to create in my app a (count-up) timer, or you can call it a stopwatch, that will be able to run in the background, and ...
Henson asked 5/4, 2022 at 20:41

7

I'm new in flutter so please don't kill me if my question is easy. notification icon doesn't show like this I put in this path \android\app\src\main\res\drawable here is my code for icon: final...
Gladdy asked 5/8, 2019 at 16:16

6

Solved

My App wants to send Notifications, but the new Permission added in Android 33 defaults to be denied, and somehow Android does not automatically prompt the user when trying to create a Notification...
Incendiary asked 3/10, 2022 at 20:49

3

Solved

I'm implementing GCM. My app has two activities, say A and B. I'm using this code to launch B from the NotificationBar: long when = System.currentTimeMillis(); NotificationManager notificationMana...
Barbra asked 30/10, 2012 at 8:56

3

Solved

What is the difference between Chrome Notifications API and the Push Notification API when developing Web notifications. When each one should be used and how are they different?
Bannerman asked 17/1, 2016 at 22:32

2

Solved

I am trying to design a notification system similar to facebook and I have reached a bit of a brick wall. My requirement is to be able to support an infinite number of notification types that may h...
Bullhead asked 21/2, 2013 at 22:47

25

Solved

I've been trying very very hard to create a simple simple iOS app which can recieve push notifications. My only reason for doing this is to establish a procedure for some other team members to use,...
Muskogean asked 11/6, 2012 at 20:30

18

Solved

I need a program that will add a notification on Android. And when someone clicks on the notification, it should lead them to my second activity. I have established code. The notification should b...
Revert asked 16/4, 2013 at 19:43

1

Solved

My exercise app uses a foreground service to keep an accurate timer going when a user turns off the screen whilst exercising. There's both a countdown and indefinite count-up timer option. This wor...
Infatuated asked 9/12, 2023 at 10:30

6

Solved

I have an app that I routinely pass out to testers via the ad-hoc distribution method. Some of these testers are 'on the ball' and know enough about provisioning profiles and the quarterly expirati...
Brainstorm asked 23/9, 2013 at 14:1

5

Solved

If you have a full screen iOS app and you want to prevent the notification center from being pulled down, can you and how? Also can you block notification alerts or banners from displaying while ...
Senatorial asked 13/10, 2011 at 19:25

1

Solved

After upgrading to Android API level 34, our Android app's push notifications are blocked by default. I know this is in line with the newest changes from Android to use an "opt in" vs &qu...

2

Solved

is there any kind of notification available for when the desktop wallpaper is changed? Thanks!
Coeternal asked 15/4, 2011 at 6:15

6

Notification is not showing when app is running. It works when app is closed. MyFirebaseMessagingService.java public class MyFirebaseMessagingService extends FirebaseMessagingService { private ...

4

Solved

I want to implement notifications messages like "Success! Your Details Added" "Warning! Something Went Wrong" "Danger! You don't have access to this" i am already using angular material in my ap...
Harelip asked 8/2, 2018 at 1:7

6

I've verified that Notification.permission === 'granted', and, 'Notification' in window == true, altho the following Javascript does not make a notification appear in my Chrome browser, Version 70....
Glyconeogenesis asked 26/10, 2018 at 15:11

0

I currently have a github action running on PRs, which is supposed to fail until the user adds certain labels. I then get a notification stating that the action/workflow has failed. I still want to...
Duster asked 25/1, 2024 at 9:49

© 2022 - 2025 — McMap. All rights reserved.