B4A Question NB6 and StartForeground - scsjc    May 4, 2018 Hello,
Can i use a Service.StartForeground(x,NB6) ????
i try with this:
Service.AutomaticForegroundMode = Service.AUTOMATIC_FOREGROUND_ALWAYS
is correct???
thanks... B4A Question Is it possible to use NB6 notification with StartForeground ? - Erel (first post)    Aug 11, 2020 Yes. NB6.Build returns a regular notification object.... B4A Library NB6 - Notifications Builder - Erel    Mar 12, 2025   (63 reactions)   tags: B4A Notifications NB6, Background, SDK, B4A Notifications, NotificationBuilder Class, B4A be added as resources, NB6 expects bitmaps. This makes it easier to work with NB6.
- Starting from... if you are interested in simple notifications.
Now for the new option.
NB6 is a class... B4A Question notification popup - Erel (first post)    Sep 29, 2020
Is it possible from NB6 in StartForeground
used?
please guide me
https://www.b4x.com/search?query=NB6+StartForeground... B4A Code Snippet NB6 class - additional functions - wes58    Dec 8, 2021   (28 reactions) that maybe I should check current Notifications API with Channels and Erel's class NB6. I noticed... the NB6 class. Therefore, I have decided to add some of them. 1. First, I needed an InboxStyle... somewhere else 6 lines) Here is the code to be added to NB6 class: 'Creates a "Inbox" notification. Public Sub InboxStyle(SummaryText As Object, Text As List) As NB6 If IsBuilder Then... time (like an ongoing phone call). Here is the code to be added to NB6 class: 'Show the stopwatch... B4A Question NB6 example-problem - kisoft    Oct 31, 2018 HI I'm testing this example, but when I click the same notification twice, the application crashes. Application failure occurs only on the SAMSUNG A5 phone (ANDROID 6.0.1) https://www.b4x.com/android/forum/threads/nb6-notifications-builder-class-2018.91819/ Logger połączony z: samsung SM-A500FU --------- beginning of system android.app.RemoteServiceException: Bad notification posted from package b4a.example3: Couldn't update icon: StatusBarIcon(icon=Icon(typ=RESOURCE pkg=b4a.example3... B4A Question Starting a service with an NB6 Notification object - Erel (first post)    Jul 14, 2025 NB6 tutorial: https://www.b4x.com/android/forum/threads/nb6-notifications-builder.91819/#content
With a few exceptions, you can no longer call Service.StartForeground when your app is in the background.... B4A Question Calling Notification without StartForeground - Scantech (first post)    Aug 18, 2019 I was hoping i can use Service.StartForeground(1, CreateNotification("...")) with NB6 but unfortunately it can't work. My service uses Service.StartForeground(1, CreateNotification... a new channel which i am sure its doable with NB6. I want to keep it at 1 channel only.
Or can i update the Service.StartForeground(1, CreateNotification("...")) channel with NB6 which... B4A Question NB6 and B4XPages - tiziana.tinnirello    Aug 3, 2020 How to open specific B4XPage on NB6 notification ?... B4A Question Add buttons in Notification - Scantech (first post)    Aug 15, 2019 also, can NB6 be used with Service.StartForeground?... Page: 1   2   3   4   5   6   |