Launch particular screen using Push Notification in Oracle MAF

1.9k views Asked by At

I have implemented push notification in Oracle MAF using Oracle MCS. It works fine. Currently when somebody clicks the notification application opens to the default screen(to the home screen). Is it possible to access / open particular screen from push notification other than the default screen?? Thanks in advance

1

There are 1 answers

0
AudioBubble On BEST ANSWER

Add AdfmfContainerUtilities.goToFeature("<featureName>") in your onMessage() method of PushEventListener class. When you click the notification it will take you to the feature specified.