I integrate pubnub's android sample code available, from here
but cant; able to resolve removeAllPushNotificationsForDeviceRegistrationId()
this method.
I used this in build.gradle -> compile 'com.pubnub:pubnub:3.7.3'
from here
Thanks in advance.
Can not resolve removeAllPushNotificationsForDeviceRegistrationId() in PubNub.java
215 Views Asked by Mitesh Ukate At
1
You will need PubNub's Android SDK for that. Can you add this dependency instead?
Here's the method in the source code
https://github.com/pubnub/java/blob/8463441ca0322c90262bebde8b9975ccfcfb1cb9/android/src/com/pubnub/api/Pubnub.java#L335
Hope that helps.