Hi,
Using Notifications I am able to start an Activity by tapping the Notification. This starts the activity.
I use:
In activity BellenNaEvent I need Nummer to call.
Will it be possible to get this Notify(ID) after tapping?
Kind regards,
André
Using Notifications I am able to start an Activity by tapping the Notification. This starts the activity.
I use:
B4X:
n.Build(contentTitle, contentText, Nummer, BellenNaEvent).Notify(Nummer)
In activity BellenNaEvent I need Nummer to call.
Will it be possible to get this Notify(ID) after tapping?
Kind regards,
André