Trying to build a Notification Builder lib and have come across a little problem.
When trying to create a false backstack, you use a line something like
As you can see a class is passed as arg0
How can I pass a b4a activity object and get it's class for this line?
Thanks
When trying to create a false backstack, you use a line something like
B4X:
stackBuilder.addParentStack(ResultActivity.class);
As you can see a class is passed as arg0
How can I pass a b4a activity object and get it's class for this line?
Thanks