Android Question NotificationBuilder calling Activity using CallSubDelayed2

Anser

Well-Known Member
Licensed User
Longtime User
Hi,

Using NotificationBuilder, when the user touch the Notification, I can invoke an Activity by using the following code. Unfortunately, I don't find a way to send few parameters to the Activity along with this. For eg CallSubDelayed2
B4X:
nb.setActivity(MyActivityName)

I have an activity which I call using CallSubDelayed2 using a parameter. For eg
B4X:
nb.setActivity=CallSubDelayed2(MyActivityName,"StartWithParameter",nRowId)

I wish to call the activity with parameters when the user clicks on the Notification. Is that possible ?

Any ideas ?

Regards

Anser
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…