Hello
I need to detect when a notification arrives while using a aapp.
The notification is not from the app and is from any third party.
When a notification arrives when using a B4i App
does the Application(_Inactive state get triggered?
or is it
Many Thanks
I need to detect when a notification arrives while using a aapp.
The notification is not from the app and is from any third party.
When a notification arrives when using a B4i App
does the Application(_Inactive state get triggered?
or is it
B4X:
Sub Application_ReceiveLocalNotification (LN As Notification)
End Sub
Many Thanks