B4A Question Direct Reply feature with a NotificationListener - hanyelmehy (first post)    Jan 05, 2022 something like this app
https://play.google.com/store/apps/details?id=tkstudio.autoresponderforwa B4A Code Snippet Notification with reply field - mehrad.king    Apr 23, 2021 hi
i need use notification direct reply in my project but notification builder class can not support this
please help
thanks B4A Question Notification Reply - barx (first post)    Mar 26, 2018 Do you mean this
https://segunfamisa.com/posts/notifications-direct-reply-android-nougat B4A Question Firebase Notification - Noorul HAQUE (first post)    Jul 28, 2016 Dear Erel
Thanks alot for your reply
1 . Now I am sending messages through Firebase console directly. I mean from Google Firebase website
2) newMessage is declared in main module,
Also I tried to write some thing in txt file in
fm_MessageArrived function, that also not working
Thanks B4i Tutorial FirebaseNotifications / Push Messages (server not required) - fabio borges (first post)    Sep 15, 2016 Hi guys,
my notification is not being sent and I cant know why.
When I send notification from Firebase console to general, this works, but not by token.
So, I'm trying to send notification direct of the ios application for firebase using Java, with the following library (https://github.com/Raudius/ B4A Question Firebase Messaging changes notification when the app closed - Andrew (Digitwell) (first post)    Oct 19, 2023 public static function SendPushNotification($topic, $title, $body, $key)
{
Log::debug("Sending Push notification to $topic. Title is $title");
$client = new Client();
$headers = 'Content-Type' => 'application/json;charset=UTF-8',
'Authorization' = B4J Question [Solved] Send Firebase Push Notifications to 2023+ to tokens - schimanski (first post)    Apr 08, 2024   (2 reactions) Sorry for the late reply, had little time. But here again the completeness: To send push notifications to tokens instead of topics under 2023+, simply change the line
Dim message As Map = CreateMap("topic": Topic, "data": data)
to
Dim message As Map = CreateMap("token": Devices.Get(x), "data": da B4A Library ReplyAuto - Library Response WhatsApp, Telegram (background service) - jsaplication.mobile    Mar 04, 2022   (21 reactions) Hello, I would like to introduce you to my new auto-response library for social networks, compatible with whatsapp, telegram works in the background
A good part of the code was recovered from the NotificationListener library I made some modifications to adapt to my project and I'm making available B4A Library Notification Builder Library. - barx    Dec 12, 2017   (48 reactions) If the platform does not provide large-format notifications, this method has no effect
AddLine As String
Adds a line to the details section.
You can add a MAXIMUM of 5 lines.
BigContentTitle As String
Overrides the ContentTitle set in the Notification Builder.
SummaryText As String
Sets the fir B4A Question NotificationListerner can't get text for Big Picture notifications - NeoTechni (first post)    May 13, 2021 Desired: title in (Bundle) Bundle, android.appInfo=ApplicationInfo{b17cd79 com.google.android.youtube}, android.showWhen=true, android.largeIcon=android.graphics.Bitmap@e538abe, android.bigText="@FelineAugmentation agreed", android.infoText=null, android.progressIndeterminate=false, android.remoteIn Page: 1   2   3   4   5   6   7   Powered by ColBERT |