B4A Question Direct Reply feature with a NotificationListener - hanyelmehy (first post)    Jan 6, 2022 +reply+notification
Thank you for your help
i already check Notification with reply field before...://stackoverflow.com/questions/40369508/how-to-utilize-android-nougats-direct-reply-feature... B4A Code Snippet Notification with reply field - mehrad.king    Apr 22, 2021 hi
i need use notification direct reply in my project but notification builder class can not support this
please help
thanks... B4A Library FirebaseNotifications - Push messages / Firebase Cloud Messaging (FCM) - Erel    Jun 26, 2023   (47 reactions)   tags: Fcm, Firebase, Push, Messaging Updated tutorial: https://www.b4x.com/android/forum/threads/b4x-firebase-push-notifications-2023.148715/ 260077923 Clarification: The nice thing about FCM is that your app doesn't need to run....67692/ Make sure to add the Notifications snippet. You should also reference FirebaseAnalytics 2...) Log($"Message data: ${Message.GetData}"$) Dim n2 As Notification n2.Initialize2... will be raised whenever a message is received. In this case we show a notification. You can do whatever... B4A Library NB6 - Notifications Builder - Erel    Mar 12, 2025   (63 reactions)   tags: B4A Notifications NB6, Background, SDK, B4A Notifications, NotificationBuilder Class, B4A Background The notifications features changed a lot as Android evolved. Android 8 (with targetSdkVersion 26+) adds another complexity with the introduction of notification channels. The built-in Notification object was rewritten in B4A v8 to work properly with all versions. This is a good option if you are interested in simple notifications. Now for the new option. NB6 is a class that builds both simple and complex notifications: https://www.b4x.com/basic4android/images/SS-2018-04-12_18... B4A Tutorial [B4X] Firebase Push Notifications 2023+ - Erel    Feb 9, 2025   (30 reactions) Google has deprecated the previous method of sending push notifications. It will stop working.... The notification is created in FirebaseMessaging receiver. Note that in debug mode, it will only work... the code references). 2. Download the attached project. Note the two subs added there (RemoteNotification and PushToken). Notes 1. In iOS the notification popup only appears while the app is not in the foreground. You can UserNotificationCenter to change this behavior (search and you will find). 2... Other Firebase Notifications & Firebase Auth Issues - Erel    Jun 17, 2018   (10 reactions)   tags: Firebase There were two issues recently with FirebaseNotifications and FirebaseAuth. Both issues were resolved. The purpose of this post is to make things clear as you will find older posts with now incorrect solutions. The correct solution is: 1. Open B4A Sdk Manager and update all recommended items (including firebase-auth). 2. Update FirebaseAuth and FirebaseAnalytics: https://www.b4x.com/android... then you should update FirebaseNotifications: https://www.b4x.com/android/forum/threads/updates-to... B4A Library NotificationListener library (NotificationListenerService) - Erel    Jul 7, 2024   (19 reactions)   tags: notification The NotificationListener library allows you to access the device notifications. With this library you can listen to new notifications and removed notifications. You can also clear existing notifications. There are some steps that you need to follow in order to use this feature: - Make sure... the libraries folder. - Add a Service module named NotificationService (must be this exact name...="anywheresoftware.b4a.objects.NotificationListenerWrapper" android:label="Notification... B4i Tutorial FirebaseNotifications / Push Messages (server not required) - Erel    Jun 26, 2023   (6 reactions)   tags: Erel Updated tutorial: https://www.b4x.com/android/forum/threads/b4x-firebase-push-notifications-2023.148715/ The configuration steps are still relevant. 261132706 Firebase Notifications service makes... anywheresoftware.b4i.push. Enable push notification service. 2. Create an Apple Push Notification SSL certificate....RootPanel.Color = Colors.White NavControl.ShowPage(Page1) App.RegisterUserNotifications(True, True, True) App.RegisterForRemoteNotifications fm.Initialize("fm") End Sub Private Sub... 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 Intercept SMS messages without notification Android 4.4 - gawie007    Jan 27, 2014 Hi, It appears that the ability to intercept and consume SMS messages will not be allowed from Android 4.4 unless the program that we write is the default SMS App. I came across this on my almost fruitless search to try to delete an SMS from the store. http://android-developers.blogspot.co.uk/2013/10/getting-your-sms-apps-ready-for-kitkat.html My programs will be filling up the SMS stores with ... Page: 1   2   3   4   5   6   7   |