Other B4A v8.0 has been released! - Erel    Mar 20, 2018   (59 reactions) Backward compatibility notes
Notification.SetInfo or SetInfo2 should be the last calls before you use the notification. Note that standard notifications created with previous versions of B4A will not work at all on Android 8+ when targetSdkVersion is 26+.
Adding a service, other than the Starter se B4A Question Clicking on the notification and running the service - Erel (first post)    May 31, 2023   (1 reaction) Better to start the Main activity and then check the notification_tag (SetInfo2). B4A Code Snippet NB6 class - additional functions - wes58    Dec 08, 2021   (28 reactions) 'Activity - The activity that will be launched when the user clicks on the notification.
Public Sub Build (ContentTitle As Object, ContentText As Object, Tag As String, Activity As Object) As Notification
If IsOld Then
OldNotification.SetInfo2(ContentTitle, ContentText, Tag, Activity)
Return Ol Other B4A v8.00 BETA has been released! - Erel    Mar 12, 2018   (62 reactions) I'm very happy to release B4A v8.00 BETA. This update includes many important improvements and makes it simpler to target the latest versions of Android. 65413 (image source: android.com) As explained in this tutorial, all apps will soon need to target sdk version 26 (Android 8). This is a new pol B4A Question SDK 34 - B4XPage - Notifications - yiankos1    Oct 30, 2023 End If Dim jgen As JSONGenerator jgen.Initialize(mapParameters) If B4XPages.IsInitialized Then If B4XPages.GetManager.GetTopPage.Title.As(String)=Message.GetData.Get("chatID").As(String) Then B4XPages.MainPage.chatPage.getLastChatMessage(Message.GetData.Get("chatMes B4A Question Notification entering app - Scantech (first post)    May 01, 2019 This is what i was looking for notification.SetInfo("OBD2 Status", Body, "") It was set to Main previously. Pass an empty string will not allow it to enter app. I guess my app can't function properly if its not returned back to where it is suppose to be. B4A Question Notification Handler - Erel (first post)    Apr 03, 2016   (1 reaction) Use Notification.SetInfo2 and use the tag property to pass any additional information you need. https://www.b4x./?query=notification.setinfo2 B4A Tutorial B4A Change Log (versions history) - Erel (first post)    Jun 14, 2023 Many of the improvements in B4A v8.0 help developers with this task. Improvements: The process of starting the app from the background was rewritten to comply with targetSdkVersion 26 requirements. Push notifications and other features that cause apps to start from the background should be more re B4A Question How To deal with notifications? - Erel (first post)    Aug 21, 2015   (1 reaction) Yes. See Notification.SetInfo2. B4A Question NB6 - Notifications Builder - dibesw (first post)    Dec 18, 2023 Initialize("custom sound", Application.LabelName, "DEFAULT") n.SmallIcon(LoadBitmapResize(File.DirAssets, "smiley.png", 32dip, 32dip, True)) 'disable the default sound n.SetDefaults(False, True, True) 'set custom sound n.CustomSound(provider.GetFileUri(FileName)) 'Dim Notific Page: 1   2   3   4   5   6   7   Powered by ColBERT |