Top "Notifications" questions

A notification is a user interface element displayed to indicate an event has occurred.

Android: How can I put my notification on top of notification area?

I'm trying to put my notification on top of notification area. A solution is to set the parameter "when" to …

android notifications android-notification-bar notification-bar
Using pg_notify in PostgreSQL trigger function

I am attempting to issue a notification from a PostgreSQL trigger function. I can successfully use the NOTIFY command, but …

database postgresql triggers notifications plpgsql
How to Set Recurring AlarmManager to execute code daily

I am currently trying to write alarm manager that will make an alarm go off within a specified period of …

android notifications alarmmanager
iphone local notification in simulator

I just downloaded xcode and trying to make local notification example. The question is if local notification works in simulator? …

iphone notifications local
Is it possible to check if a notification is visible or canceled?

I would like to update notification data, but the only way I found is to launch a new one with …

android notifications
How to get One Signal unique user id in Mobile?

I am developing a restaurant app. I am using One Signal in my app to send notifications. Here while I …

android ios notifications onesignal unique-id
When is didRegisterForRemoteNotificationsWithDeviceToken called?

There are a lot of questions about didRegisterForRemoteNotificationsWithDeviceToken but they all sidestep a very direct question which I cannot seem …

ios notifications apple-push-notifications
Android O reporting notification not posted to channel - but it is

Couple Android O notification questions: 1) I have created a Notification Channel (see below), am calling the builder with .setChannelId() (passing …

android notifications android-8.0-oreo
JSF, refresh periodically a component with ajax?

I'm working on an application JSF and i want to refresh periodically a component with ajax Like facebook notification zone …

ajax jsf notifications refresh
How to bring up list of available notification sounds on Android

I'm creating notifications in my Android application, and would like to have an option in my preferences to set what …

java android audio notifications