Open adilghaffar opened 10 years ago
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 do this using windows sdk,.
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.