无法解析PubNub.java中的removeAllPushNotificationsForDeviceRegistrationId()

时间:2015-06-18 17:07:14

标签: android pubnub

我整合了pubnub的android示例代码,来自here 但是不能能够解决 removeAllPushNotificationsForDeviceRegistrationId() 这种方法。
 我在build.gradle中使用了这个 - >编译'com.pubnub:pubnub:3.7.3' 来自here 提前谢谢。

1 个答案:

答案 0 :(得分:1)

你需要PubNub的Android SDK。你可以添加这种依赖吗?

com.pubnub:pubnub-android:3.7.3

这是源代码中的方法

https://github.com/pubnub/java/blob/8463441ca0322c90262bebde8b9975ccfcfb1cb9/android/src/com/pubnub/api/Pubnub.java#L335

希望有所帮助。