I am using landing page for display Rich text of Message Center push notification using following intent
new Intent("com.urbanairship.actions.SHOW_LANDING_PAGE_INTENT_ACTION")).setPackage(UAirship.getPackageName()).addFlags(805306368).setData(Uri.fromParts("message", messageId, (String)null))
When landing page Rich text is showing and after click on Rich text button landing page is automatic dismiss and related action is perform but When we use landing page for showing Message Center push notification after click on Rich text button, action is perform but landing page is not dismiss. It is showing.
Now I want when we click on button of landing page that is display message center notification, Showing Rich text is automatic dismiss like landing page rich text.
How can we achieve this functionality?
Comments
5 comments