Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经使用 Oracle MCS 在 Oracle MAF 中实现了推送通知。它工作正常。当前,当有人单击通知应用程序时,会打开默认屏幕(主屏幕)。是否可以从默认屏幕以外的推送通知访问/打开特定屏幕?提前致谢
添加AdfmfContainerUtilities.goToFeature("<featureName>")你onMessage()的PushEventListener类方法。当您单击通知时,它将带您到指定的功能。
AdfmfContainerUtilities.goToFeature("<featureName>")
onMessage()
PushEventListener