public class NotificationAPI extends BaseAPI
| Constructor and Description |
|---|
NotificationAPI(ResourceFactory resourceFactory) |
| Modifier and Type | Method and Description |
|---|---|
int |
getInboxNewCount()
Returns the number of unread notifications
|
void |
markAsViewed(int notificationId)
Mark the notification as viewed.
|
getResourceFactorypublic NotificationAPI(ResourceFactory resourceFactory)
public int getInboxNewCount()
public void markAsViewed(int notificationId)
notificationId - The id of the notificationCopyright © 2014. All Rights Reserved.