1

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

Arj 1411
  • 1,395
  • 3
  • 14
  • 36

1 Answers1

0

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