简体   繁体   中英

PushWoosh - Customizing push notifications

I'm checking the example in PushWoosh's FAQ section: Customizing Push Notification

It states that

The last step is to set your notification Factory to the Push Manager:

pushManager.setNotificationFactory(new ActionNotificationFactory());

But it doesn't mention where this should be set.. Any idea?

You can just set this at the very start of your app. This will make sure that all the push notifications will be handled by your push notifications Factory.

Please make sure your Factory uses default constructor only (without any extra parameters), as this way it will be created when the push notifications comes in the background.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM