You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am doing it on my android App with following code ,
Request request = new Request(Session.getActiveSession(),
requestId, null, HttpMethod.DELETE, new Request.Callback() { @OverRide
public void onCompleted(Response response) {..........
.............................................................................................................................................................
......................
How can i manage user notifications related to my app , how can i delete my app previous notifications , as this feature was available in android sdk.
The text was updated successfully, but these errors were encountered: