在 Android 中使用自定义推送广播接收器

Using Custom Push Broadcast Receiver in Android

根据贴的指南here I'm trying to implement my own BroadCastReceiver but in the PushManager class, there doesn't seem to be preHandlePush() and postHandlePush() defined. Am I using some outdated version of the library which I took from here?还是我还漏掉了什么?

我已经更新了指南(http://docs.pushwoosh.com/docs/android-faq#using-custom-push-broadcast-receiver-in-android),请看一下。这些功能已移至 PushManagerImpl class.

Bundle pushBundle = PushManagerImpl.preHandlePush(context, intent);