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.
Asked
Active
Viewed 201 times
0

Mitesh Ukate
- 173
- 2
- 14
1 Answers
1
You will need PubNub's Android SDK for that. Can you add this dependency instead?
com.pubnub:pubnub-android:3.7.3
Here's the method in the source code
Hope that helps.

Girish Dusane
- 1,120
- 4
- 12
- 19