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
nb.setActivity(MyActivityName)
I have an activity which I call using CallSubDelayed2 using a parameter. For eg
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