Hi,
We currently have the CustomerIO SDK setted up inside our app’s Application() class.
I want to open an specific screen when receiving a custom InAppMessage with an actionName.
I followed InAppMessages documentation and implemented the corresponding “InAppEventListener”.
My Question here is:
How can I access to the presentation module where the Activity and screens are from the Application class where the listener is?