Questions tagged [custom-notification]
56 questions
1
vote
1 answer
Custom email notification on build completion in Azure DevOps
Background -
I have multiple jobs running under my Azure DevOps project. I have set the custom email notification on the build completion to send emails to specific users.
Issue -
This notification works properly for all the build pipelines which…

Ajit Medhekar
- 1,018
- 1
- 10
- 39
1
vote
1 answer
Create a Custom Notification
Add a custom notification in it. I am using react-native-background-actions as it is showing a default notification. But i need to add a custom notification as i have to show a Progress bar in the notification to show a progress of…

Rover
- 661
- 2
- 18
- 39
1
vote
1 answer
Create fully notification android 12
I want to custom notification like image. In android 12, my custom notification not is not fit the notification area width. How can I fix it? Here is my notification:
val builder = NotificationCompat.Builder(this, channelId)
…

Diệu Linh Bùi
- 11
- 1
1
vote
0 answers
Want to start a foreground service when background notification received from firebase in flutter for calling just like whatsapp
I actually want to show a screen or custom notification with sound which allow user to accept or decline a call just like whatsapp/skype.
I used firebase messaging to send notification to the particular user which trigger the method define in…

Sid
- 165
- 1
- 1
- 8
1
vote
0 answers
Android custom notification sound not working on some device
I have set custom sound for notification. It's working for some device but not working on some device mostly Xiaomi device.
I have used this code:
private fun createNotificationChannel(){
val context = AppApplication.getContext()
val…

Abu Yousuf
- 5,729
- 3
- 31
- 50
1
vote
0 answers
How to show a custom notification when receive FCM from background in Flutter App?
1Im doing a chat & voip app using Flutter.
I'm facing a problem when trying to implement custom notification when user has an incoming call.
When the app is in foreground, the custom notification'll show well.
Problem is: when app terminated or in…

Tùng Ng Thanh
- 11
- 2
1
vote
1 answer
Custom Notification showing like image
I'm Implementing a custom notification layout with two buttons but why its shows like Image
and how to do event on button click of notification
what I'm doing wrong
I want to show the notification like this
Notification Class
public class…

Solanki Zeel
- 548
- 1
- 7
- 18
1
vote
1 answer
Handling a custom notification button click in android
I am working on an Android application which is basically a music app. According to one of the requirements when a song plays in the music player, a notification should also appear in the notification bar, which can also be seen when the device is…

Harry .Naeem
- 1,245
- 3
- 20
- 33
1
vote
1 answer
Custom notification click listener not working in android api 26 above
Notification works perfectly bellow api lavel 26 but 26 and above android version notification shows but click event not working. I have MusicPlayerReceiver to handle click. Above 26 api MusicPlayerReceiver not call. but bellow 26 that call…

Md Tariqul Islam
- 2,736
- 1
- 20
- 35
1
vote
1 answer
How to set custom notification icons from URL image Nougat and above OS Version?
I have implemented the custom icons by image URL in notification which is achieved by getting default remote views using below code
RemoteViews contentView = notification.contentView;
RemoteViews bigContentView =…

Karthikkumar
- 87
- 1
- 7
1
vote
1 answer
Android custom notification background
I have a custom notification with RelativeLayout in root of my layout. I need to set background image to this RelativeLayout. I have an image url and then I download Bitmap using Picasso.
Is there a way to set Bitmap to custom notification?
All…

Rustam Ibragimov
- 2,571
- 7
- 22
- 33
1
vote
1 answer
How to send custom notification in iOS using Firebase Notifications.
I am working on an iOS app in Swift and Firebase as Realtime DB.
Its an app that sends motivational quotes to users via Firebase Push Notifications. Currently, I am using Firebase Compose message to send notifications.
Using firebase is there a…

Rajiv
- 27
- 7
1
vote
0 answers
Make a custom notification smaller than default size in android
It's a while since I'm trying to make a small notification. After some researches i found that the default size is 64 dp, but is it possible to reduce this minimum size?
I found an app that makes this very small notification:
Do you know how to do…

Ahmed Abou Zahra
- 11
- 3
1
vote
1 answer
Programatically Set Custom Notification Ringtone (Choose from AUDIO files in Mobile) for App
I want to list all the available AUDIO (.mp3) files in Mobile device.
User can select any Audio file from list and can set as a Notification Tone for this App.
I worked out many sources and none of them satisfiable.
Thank you.

Shamili Rani
- 345
- 1
- 4
- 12
1
vote
1 answer
Lock screen activity
I've been always curious to know how does lock screen notification view works on IMO messenger app?
So I did some research and some articles were saying it's custom notification layout and part of RemoteView class. So I went through some quick…

Alex
- 1,052
- 1
- 11
- 22