Questions tagged [custom-notification]
56 questions
0
votes
0 answers
Custom push notification
how to send custom push notification to 1.5 million users with there name in body using firebase or SNS push notification?
For example: we have username: Santosh, Fcm: adgbbdghjjjbc
Then user will get notification with body as following
Hey Santosh,…
0
votes
1 answer
I have RemoteViews for my (FCM) custom notification which is working great if app is running but when app is close system sending default notification
I am trying to create custom notification which data is coming from Firebase cloud messaging and it is working fine if app is running but when app is closed system taking default notification.
So what is solution or alternative for this?
@Override
…

K Developer
- 1
- 2
0
votes
0 answers
How to create proper custom notification?
In Android world, as far as I know I can't create custom view using jetpack compose, so I need to use: RemoteViews, which is limited.
I know there are some default views I could use like media, which will look fine and will work with some animations…

christianalready
- 35
- 5
0
votes
0 answers
How to cleanup CustomNotification sent by Page reference
I have developed a custom notification in Apex using a page reference to an Aura component, and it works fine (user clicks on notifications under the Bell icon top right and get forwarded to the aura component). But I cannot find a way how to…

Karel
- 1
0
votes
1 answer
How can I create a fixed notification bar with React native?
how can I create such a fixed notification bar on the notification screen of the device with react native?

Mehmet Erdoğan
- 23
- 1
- 5
0
votes
1 answer
Custom FCM notifications stopped showing up on Android
Hi custom FCM notifications have stopped showing up on Android. they used to work before but after I updated all the gradle libraries notifications have stopped showing up on the deivce.
The code is executed with breakpoints and no errors are shown…

BRDroid
- 3,920
- 8
- 65
- 143
0
votes
1 answer
Notification Clicks in Custom View
enter link description hereI create a custom layout for notification in android.I use remoteview for building notification and also add setOnClickPendingIntent() in some widgets of custom layout.But when user click on it the process in running but…

Muhammad Asad
- 694
- 6
- 10
0
votes
1 answer
Custom notification is not showing in the android notification panel
I'm trying to implement a custom notification in my project using Kotlin language. But, it does not show in the notification panel, although its's default one is working on button click.
Suppose I remove the ContentTitle and ContentText and set…

Prashant Singh
- 11
- 1
0
votes
1 answer
Custom notification in react-admin dashboard [react-admin version: "^3.2.3"]
onSuccess property does not work in the Edit and Create component
I am using react-admin dashboard panel and I WANT TO DISPLAY CUSTOM NOTIFICATION
MY CODE
ERROR

DarkRaz
- 21
- 5
0
votes
1 answer
Add custom notification or message in a Microsoft Teams chat
Hi on behalf of the company I work for, I am trying to implement something in addition to the current Microsoft Teams information (status, banners, etc.) that displays information from an external source. Specifically, our goal would be to show…

VitoPuleio
- 1
- 1
0
votes
0 answers
Custom notification is not creating when I add custom layout
I have to create a custom notification like what's app calling notification. Notification does not create if I add my custom layout to the NotificationCompat Builder. Below is my code to create notification.
Creating Notification
context?.let {
…

Rimsha Butt
- 115
- 8
0
votes
1 answer
AlarmManager not canceling
Hello I am new to android and I am trying to make an app that will check battery status when device is charging . if battery level is more than defined in setting than it will show a notification and will also ring .
I am now just testing it and…

Kiran Patel
- 98
- 3
- 12
0
votes
3 answers
Android Notification - Small icon not working on some devices
According to https://developer.android.com/training/notify-user/build-notification#java I am creating a notification correctly.
I expect something as:
My code is:
NotificationCompat.Builder notificationBuilder = new…

htafoya
- 18,261
- 11
- 80
- 104
0
votes
1 answer
Get android custom notification to play
Good Day,
I have the following code in my project to do notifications, so the notifications work fine, but the custom sound i want to add to support android 8 is not working ... it just uses the phone's notification sound.
if (Build.VERSION.SDK_INT…

Arrie
- 1,327
- 5
- 18
- 39
0
votes
1 answer
Android notifications custom view: cannot click on the button in the custom view when the app terminated
I assigned a custom view to notification builder and set pending intent for button click in the custom view, but when the app not running, the button can't be clicked!
my implementation:
RemoteViews notificationLayout = new…

Abdullah Al-Hallak
- 374
- 1
- 12