在 Oracle MAF 中使用推送通知启动特定屏幕

Launch particular screen using Push Notification in Oracle MAF

我已经使用 Oracle MCS 在 Oracle MAF 中实现了推送通知。它工作正常。当前,当有人单击通知应用程序时,它会打开到默认屏幕(到主屏幕)。是否可以从默认屏幕以外的推送通知访问/打开特定屏幕?提前致谢

PushEventListener class 的 onMessage() 方法中添加 AdfmfContainerUtilities.goToFeature("<featureName>")。当您单击通知时,它会将您带到指定的功能。