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

Can not resolve removeAllPushNotificationsForDeviceRegistrationId() in PubNub.java

我集成了 pubnub 的 android 示例代码,来自 here 但不能;能够解析 removeAllPushNotificationsForDeviceRegistrationId() 这个方法。

我在 build.gradle -> 编译 'com.pubnub:pubnub:3.7.3' 中使用了它 来自 here 提前致谢。

您将需要 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

希望对您有所帮助。