Hi,
Using Notifications (NB6) and set IMPORTANCE_HIGH the notification pops up and disappears automatically after some ms.
My code:
Is there a way to set the time of this popup to extend the time before disappear? I am not refering to the timeout for canceling the notification, just the time of the popup.
Kind regards,
André
Using Notifications (NB6) and set IMPORTANCE_HIGH the notification pops up and disappears automatically after some ms.
My code:
B4X:
nb.Initialize("chauffeur", Application.LabelName, "HIGH").AutoCancel(True).SmallIcon(Icon)
Is there a way to set the time of this popup to extend the time before disappear? I am not refering to the timeout for canceling the notification, just the time of the popup.
Kind regards,
André