| Package | Description |
|---|---|
| me.figo | |
| me.figo.models |
| Modifier and Type | Method and Description |
|---|---|
Notification |
FigoSession.addNotification(Notification notification)
Register a new notification on the server for the user
|
Notification |
FigoSession.getNotification(String notificationId)
Retrieve a specific notification by ID
|
Notification |
FigoSession.updateNotification(Notification notification)
Update a stored notification
|
| Modifier and Type | Method and Description |
|---|---|
List<Notification> |
FigoSession.getNotifications()
All notifications registered by this client for the user
|
| Modifier and Type | Method and Description |
|---|---|
Notification |
FigoSession.addNotification(Notification notification)
Register a new notification on the server for the user
|
void |
FigoSession.removeNotification(Notification notification)
Remove a stored notification from the server
|
Notification |
FigoSession.updateNotification(Notification notification)
Update a stored notification
|
| Modifier and Type | Method and Description |
|---|---|
List<Notification> |
Notification.NotificationsResponse.getNotifications()
List of notifications asked for
|
Copyright © 2018 figo GmbH. All rights reserved.