Interface NotificationController.GetNotificationsCallback
- Enclosing class:
- NotificationController
public static interface NotificationController.GetNotificationsCallback
Callback interface for retrieving notifications for a user.
-
Method Summary
Modifier and TypeMethodDescriptionvoidCallback which contains an error messagevoidonNotificationsFetched(List<Notification> notifications) Callback which contains a list of notifications
-
Method Details
-
onNotificationsFetched
Callback which contains a list of notifications- Parameters:
notifications- List of notifications
-
onError
Callback which contains an error message- Parameters:
message- description of the error
-