Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to manage user notifications #48

Open
adilghaffar opened this issue Jul 15, 2014 · 1 comment
Open

How to manage user notifications #48

adilghaffar opened this issue Jul 15, 2014 · 1 comment
Assignees

Comments

@adilghaffar
Copy link

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.

@adilghaffar
Copy link
Author

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,.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants