Hi
With b4a, one is able to assign stuff to a notification e.g.
so that when the notification is opened, it goes to the frmComments activity in this case.
How does one achieve the same effect with b4i (if possible)
Ta!
With b4a, one is able to assign stuff to a notification e.g.
B4X:
n.SetInfo(title, body, frmComments)
so that when the notification is opened, it goes to the frmComments activity in this case.
How does one achieve the same effect with b4i (if possible)
Ta!